Html Css Color HEX #A76359 Au Chico

📋 copy color: '#A76359'

red 167 ◦ green 99 ◦ blue 89

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

Shades of Au Chico #A76359

Tints of Au Chico #A76359

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 47.04%
G = 27.89%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A76359 (or 0xA76359) is known color: Au Chico. HEX triplet: A7, 63 and 59. RGB value is (167,99,89). Sum of RGB (Red+Green+Blue) = 167+99+89=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A76359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76359 is #589CA6. Grayscale: #767676. Windows color (decimal): -5807271 or 5858215. OLE color: 5858215.

HSL color Cylindrical-coordinate representation of color #A76359: hue angle of 7.69º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A76359 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 99 89 -
CMYK 0 0.41 0.47 0.35
HSL 7.69º 0.31% 0.5% -
HSV(B) 7.69º 0.47% 0.65% -
XYZ 22.2 17.86 11.73 -
YUV 118.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 167 99 89 0 0.41 0.47 0.35 7.69 0.31 0.5
Hex A7 63 59 0 29 2F 23 8 1F 32
Octal 247 143 131 0 51 57 43 10 37 62
Binary 10100111 1100011 1011001 0 101001 101111 100011 1000 11111 110010

Color Harmonies of #A76359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76359

Black with #A76359

Text Example


Text Example

White with #A76359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76359; }

 p { color: rgb(167,99,89); }

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

background-color css

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

 a { background-color: rgb(167,99,89); }

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

border-color css

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

 span { border-color: rgb(167,99,89); }

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