Html Css Color HEX #A76153 Au Chico

📋 copy color: '#A76153'

red 167 ◦ green 97 ◦ blue 83

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

Shades of Au Chico #A76153

Tints of Au Chico #A76153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 48.13%
G = 27.95%
B = 23.92%

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

#A76153 (or 0xA76153) is known color: Au Chico. HEX triplet: A7, 61 and 53. RGB value is (167,97,83). Sum of RGB (Red+Green+Blue) = 167+97+83=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A76153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76153 is #589EAC. Grayscale: #747474. Windows color (decimal): -5807789 or 5464487. OLE color: 5464487.

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

Color convert

RGB 167 97 83 -
CMYK 0 0.42 0.50 0.35
HSL 10º 0.34% 0.49% -
HSV(B) 10º 0.5% 0.65% -
XYZ 21.77 17.39 10.39 -
YUV 116.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 167 97 83 0 0.42 0.50 0.35 10 0.34 0.49
Hex A7 61 53 0 2A 32 23 A 22 31
Octal 247 141 123 0 52 62 43 12 42 61
Binary 10100111 1100001 1010011 0 101010 110010 100011 1010 100010 110001

Color Harmonies of #A76153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76153

Black with #A76153

Text Example


Text Example

White with #A76153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76153; }

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

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

background-color css

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

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

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

border-color css

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

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

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