Html Css Color HEX #A76356 Au Chico

📋 copy color: '#A76356'

red 167 ◦ green 99 ◦ blue 86

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

Shades of Au Chico #A76356

Tints of Au Chico #A76356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 47.44%
G = 28.13%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A76356 (or 0xA76356) is known color: Au Chico. HEX triplet: A7, 63 and 56. RGB value is (167,99,86). Sum of RGB (Red+Green+Blue) = 167+99+86=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A76356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76356 is #589CA9. Grayscale: #757575. Windows color (decimal): -5807274 or 5661607. OLE color: 5661607.

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

Color convert

RGB 167 99 86 -
CMYK 0 0.41 0.49 0.35
HSL 9.63º 0.32% 0.5% -
HSV(B) 9.63º 0.49% 0.65% -
XYZ 22.08 17.81 11.08 -
YUV 117.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 167 99 86 0 0.41 0.49 0.35 9.63 0.32 0.5
Hex A7 63 56 0 29 31 23 A 20 32
Octal 247 143 126 0 51 61 43 12 40 62
Binary 10100111 1100011 1010110 0 101001 110001 100011 1010 100000 110010

Color Harmonies of #A76356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76356

Black with #A76356

Text Example


Text Example

White with #A76356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76356; }

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

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

background-color css

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

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

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

border-color css

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

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

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