Html Css Color HEX #A76455 Au Chico

📋 copy color: '#A76455'

red 167 ◦ green 100 ◦ blue 85

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

Shades of Au Chico #A76455

Tints of Au Chico #A76455

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

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

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

R = 47.44%
G = 28.41%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76455 (or 0xA76455) is known color: Au Chico. HEX triplet: A7, 64 and 55. RGB value is (167,100,85). Sum of RGB (Red+Green+Blue) = 167+100+85=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A76455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76455 is #589BAA. Grayscale: #767676. Windows color (decimal): -5807019 or 5596327. OLE color: 5596327.

HSL color Cylindrical-coordinate representation of color #A76455: hue angle of 10.98º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A76455 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 100 85 -
CMYK 0 0.40 0.49 0.35
HSL 10.98º 0.33% 0.49% -
HSV(B) 10.98º 0.49% 0.65% -
XYZ 22.13 17.99 10.9 -
YUV 118.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 167 100 85 0 0.40 0.49 0.35 10.98 0.33 0.49
Hex A7 64 55 0 28 31 23 B 21 31
Octal 247 144 125 0 50 61 43 13 41 61
Binary 10100111 1100100 1010101 0 101000 110001 100011 1011 100001 110001

Color Harmonies of #A76455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76455

Black with #A76455

Text Example


Text Example

White with #A76455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76455; }

 p { color: rgb(167,100,85); }

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

background-color css

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

 a { background-color: rgb(167,100,85); }

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

border-color css

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

 span { border-color: rgb(167,100,85); }

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