Html Css Color HEX #A45D55 Au Chico

📋 copy color: '#A45D55'

red 164 ◦ green 93 ◦ blue 85

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

Shades of Au Chico #A45D55

Tints of Au Chico #A45D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 85 (33.59% from 255) = 24.85%

R = 47.95%
G = 27.19%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A45D55 (or 0xA45D55) is known color: Au Chico. HEX triplet: A4, 5D and 55. RGB value is (164,93,85). Sum of RGB (Red+Green+Blue) = 164+93+85=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D55 is #5BA2AA. Grayscale: #717171. Windows color (decimal): -6005419 or 5594532. OLE color: 5594532.

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

Color convert

RGB 164 93 85 -
CMYK 0 0.43 0.48 0.36
HSL 6.08º 0.32% 0.49% -
HSV(B) 6.08º 0.48% 0.64% -
XYZ 20.86 16.38 10.66 -
YUV 113.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 164 93 85 0 0.43 0.48 0.36 6.08 0.32 0.49
Hex A4 5D 55 0 2B 30 24 6 20 31
Octal 244 135 125 0 53 60 44 6 40 61
Binary 10100100 1011101 1010101 0 101011 110000 100100 110 100000 110001

Color Harmonies of #A45D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D55

Black with #A45D55

Text Example


Text Example

White with #A45D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D55; }

 p { color: rgb(164,93,85); }

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

background-color css

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

 a { background-color: rgb(164,93,85); }

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

border-color css

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

 span { border-color: rgb(164,93,85); }

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