Html Css Color HEX #A4564E Crail

📋 copy color: '#A4564E'

red 164 ◦ green 86 ◦ blue 78

#A4564E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crail #A4564E

Tints of Crail #A4564E

RGB

 RED value IS 164 (64.45% from 255) = 50%

 GREEN value IS 86 (33.98% from 255) = 26.22%

 BLUE value IS 78 (30.86% from 255) = 23.78%

R = 50%
G = 26.22%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4564E (or 0xA4564E) is known color: Crail. HEX triplet: A4, 56 and 4E. RGB value is (164,86,78). Sum of RGB (Red+Green+Blue) = 164+86+78=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4564E is #5BA9B1. Grayscale: #6C6C6C. Windows color (decimal): -6007218 or 5133988. OLE color: 5133988.

HSL color Cylindrical-coordinate representation of color #A4564E: hue angle of 5.58º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4564E is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 78 -
CMYK 0 0.48 0.52 0.36
HSL 5.58º 0.36% 0.47% -
HSV(B) 5.58º 0.52% 0.64% -
XYZ 20.01 15.1 9.07 -
YUV 108.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 164 86 78 0 0.48 0.52 0.36 5.58 0.36 0.47
Hex A4 56 4E 0 30 34 24 6 24 2F
Octal 244 126 116 0 60 64 44 6 44 57
Binary 10100100 1010110 1001110 0 110000 110100 100100 110 100100 101111

Color Harmonies of #A4564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4564E

Black with #A4564E

Text Example


Text Example

White with #A4564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4564E; }

 p { color: rgb(164,86,78); }

 H1.HeaderClassName
 {
   color: #A4564E;
 }
 .AnyTagClassName
 {
   color: #A4564E;
 }
</style>

background-color css

<style>
 a { background-color: #A4564E; }

 a { background-color: rgb(164,86,78); }

 div.DivClassName
 {
   background-color: #A4564E;
 }
 .BgClassName
 {
   background-color: #A4564E;
 }
</style>

border-color css

<style>
 span { border-color: #A4564E; }

 span { border-color: rgb(164,86,78); }

 td.TdClassName
 {
   border-color: #A4564E;
 }
 .TagClassName
 {
   border-color: #A4564E;
 }
</style>