Html Css Color HEX #A76C5D Au Chico

📋 copy color: '#A76C5D'

red 167 ◦ green 108 ◦ blue 93

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

Shades of Au Chico #A76C5D

Tints of Au Chico #A76C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 45.38%
G = 29.35%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A76C5D (or 0xA76C5D) is known color: Au Chico. HEX triplet: A7, 6C and 5D. RGB value is (167,108,93). Sum of RGB (Red+Green+Blue) = 167+108+93=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C5D is #5893A2. Grayscale: #7C7C7C. Windows color (decimal): -5804963 or 6122663. OLE color: 6122663.

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

Color convert

RGB 167 108 93 -
CMYK 0 0.35 0.44 0.35
HSL 12.16º 0.3% 0.51% -
HSV(B) 12.16º 0.44% 0.65% -
XYZ 23.27 19.73 12.94 -
YUV 123.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 167 108 93 0 0.35 0.44 0.35 12.16 0.3 0.51
Hex A7 6C 5D 0 23 2C 23 C 1E 33
Octal 247 154 135 0 43 54 43 14 36 63
Binary 10100111 1101100 1011101 0 100011 101100 100011 1100 11110 110011

Color Harmonies of #A76C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76C5D

Black with #A76C5D

Text Example


Text Example

White with #A76C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76C5D; }

 p { color: rgb(167,108,93); }

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

background-color css

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

 a { background-color: rgb(167,108,93); }

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

border-color css

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

 span { border-color: rgb(167,108,93); }

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