Html Css Color HEX #A76154 Au Chico

📋 copy color: '#A76154'

red 167 ◦ green 97 ◦ blue 84

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

Shades of Au Chico #A76154

Tints of Au Chico #A76154

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.87%

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

R = 47.99%
G = 27.87%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A76154 (or 0xA76154) is known color: Au Chico. HEX triplet: A7, 61 and 54. RGB value is (167,97,84). Sum of RGB (Red+Green+Blue) = 167+97+84=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A76154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76154 is #589EAB. Grayscale: #747474. Windows color (decimal): -5807788 or 5530023. OLE color: 5530023.

HSL color Cylindrical-coordinate representation of color #A76154: hue angle of 9.4º 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 #A76154 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 97 84 -
CMYK 0 0.42 0.50 0.35
HSL 9.4º 0.33% 0.49% -
HSV(B) 9.4º 0.5% 0.65% -
XYZ 21.81 17.4 10.6 -
YUV 116.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 167 97 84 0 0.42 0.50 0.35 9.4 0.33 0.49
Hex A7 61 54 0 2A 32 23 9 21 31
Octal 247 141 124 0 52 62 43 11 41 61
Binary 10100111 1100001 1010100 0 101010 110010 100011 1001 100001 110001

Color Harmonies of #A76154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76154

Black with #A76154

Text Example


Text Example

White with #A76154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76154; }

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

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

background-color css

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

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

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

border-color css

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

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

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