Html Css Color HEX #A45D56 Au Chico

📋 copy color: '#A45D56'

red 164 ◦ green 93 ◦ blue 86

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

Shades of Au Chico #A45D56

Tints of Au Chico #A45D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 47.81%
G = 27.11%
B = 25.07%

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

#A45D56 (or 0xA45D56) is known color: Au Chico. HEX triplet: A4, 5D and 56. RGB value is (164,93,86). Sum of RGB (Red+Green+Blue) = 164+93+86=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D56 is #5BA2A9. Grayscale: #717171. Windows color (decimal): -6005418 or 5660068. OLE color: 5660068.

HSL color Cylindrical-coordinate representation of color #A45D56: hue angle of 5.38º degrees, saturation: 0.31, 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 #A45D56 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 93 86 -
CMYK 0 0.43 0.48 0.36
HSL 5.38º 0.31% 0.49% -
HSV(B) 5.38º 0.48% 0.64% -
XYZ 20.9 16.39 10.87 -
YUV 113.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 164 93 86 0 0.43 0.48 0.36 5.38 0.31 0.49
Hex A4 5D 56 0 2B 30 24 5 1F 31
Octal 244 135 126 0 53 60 44 5 37 61
Binary 10100100 1011101 1010110 0 101011 110000 100100 101 11111 110001

Color Harmonies of #A45D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D56

Black with #A45D56

Text Example


Text Example

White with #A45D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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