Html Css Color HEX #A4645E Au Chico

📋 copy color: '#A4645E'

red 164 ◦ green 100 ◦ blue 94

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

Shades of Au Chico #A4645E

Tints of Au Chico #A4645E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 45.81%
G = 27.93%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4645E (or 0xA4645E) is known color: Au Chico. HEX triplet: A4, 64 and 5E. RGB value is (164,100,94). Sum of RGB (Red+Green+Blue) = 164+100+94=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4645E is #5B9BA1. Grayscale: #767676. Windows color (decimal): -6003618 or 6186148. OLE color: 6186148.

HSL color Cylindrical-coordinate representation of color #A4645E: hue angle of 5.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4645E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 94 -
CMYK 0 0.39 0.43 0.36
HSL 5.14º 0.28% 0.51% -
HSV(B) 5.14º 0.43% 0.64% -
XYZ 21.89 17.82 12.87 -
YUV 118.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 164 100 94 0 0.39 0.43 0.36 5.14 0.28 0.51
Hex A4 64 5E 0 27 2B 24 5 1C 33
Octal 244 144 136 0 47 53 44 5 34 63
Binary 10100100 1100100 1011110 0 100111 101011 100100 101 11100 110011

Color Harmonies of #A4645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4645E

Black with #A4645E

Text Example


Text Example

White with #A4645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4645E; }

 p { color: rgb(164,100,94); }

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

background-color css

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

 a { background-color: rgb(164,100,94); }

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

border-color css

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

 span { border-color: rgb(164,100,94); }

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