Html Css Color HEX #A45E54 Au Chico

📋 copy color: '#A45E54'

red 164 ◦ green 94 ◦ blue 84

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

Shades of Au Chico #A45E54

Tints of Au Chico #A45E54

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 47.95%
G = 27.49%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A45E54 (or 0xA45E54) is known color: Au Chico. HEX triplet: A4, 5E and 54. RGB value is (164,94,84). Sum of RGB (Red+Green+Blue) = 164+94+84=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E54 is #5BA1AB. Grayscale: #717171. Windows color (decimal): -6005164 or 5529252. OLE color: 5529252.

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

Color convert

RGB 164 94 84 -
CMYK 0 0.43 0.49 0.36
HSL 7.5º 0.32% 0.49% -
HSV(B) 7.5º 0.49% 0.64% -
XYZ 20.91 16.54 10.48 -
YUV 113.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 164 94 84 0 0.43 0.49 0.36 7.5 0.32 0.49
Hex A4 5E 54 0 2B 31 24 8 20 31
Octal 244 136 124 0 53 61 44 10 40 61
Binary 10100100 1011110 1010100 0 101011 110001 100100 1000 100000 110001

Color Harmonies of #A45E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45E54

Black with #A45E54

Text Example


Text Example

White with #A45E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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