Html Css Color HEX #A76454 Au Chico

📋 copy color: '#A76454'

red 167 ◦ green 100 ◦ blue 84

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

Shades of Au Chico #A76454

Tints of Au Chico #A76454

RGB

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

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

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

R = 47.58%
G = 28.49%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76454 (or 0xA76454) is known color: Au Chico. HEX triplet: A7, 64 and 54. RGB value is (167,100,84). Sum of RGB (Red+Green+Blue) = 167+100+84=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A76454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76454 is #589BAB. Grayscale: #767676. Windows color (decimal): -5807020 or 5530791. OLE color: 5530791.

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

Color convert

RGB 167 100 84 -
CMYK 0 0.40 0.50 0.35
HSL 11.57º 0.33% 0.49% -
HSV(B) 11.57º 0.5% 0.65% -
XYZ 22.09 17.97 10.69 -
YUV 118.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 167 100 84 0 0.40 0.50 0.35 11.57 0.33 0.49
Hex A7 64 54 0 28 32 23 C 21 31
Octal 247 144 124 0 50 62 43 14 41 61
Binary 10100111 1100100 1010100 0 101000 110010 100011 1100 100001 110001

Color Harmonies of #A76454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76454

Black with #A76454

Text Example


Text Example

White with #A76454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76454; }

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

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

background-color css

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

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

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

border-color css

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

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

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