Html Css Color HEX #A76958 Au Chico

📋 copy color: '#A76958'

red 167 ◦ green 105 ◦ blue 88

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

Shades of Au Chico #A76958

Tints of Au Chico #A76958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.17%

 BLUE value IS 88 (34.77% from 255) = 24.44%

R = 46.39%
G = 29.17%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A76958 (or 0xA76958) is known color: Au Chico. HEX triplet: A7, 69 and 58. RGB value is (167,105,88). Sum of RGB (Red+Green+Blue) = 167+105+88=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A76958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76958 is #5896A7. Grayscale: #797979. Windows color (decimal): -5805736 or 5794215. OLE color: 5794215.

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

Color convert

RGB 167 105 88 -
CMYK 0 0.37 0.47 0.35
HSL 12.91º 0.31% 0.5% -
HSV(B) 12.91º 0.47% 0.65% -
XYZ 22.75 19.02 11.71 -
YUV 121.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 167 105 88 0 0.37 0.47 0.35 12.91 0.31 0.5
Hex A7 69 58 0 25 2F 23 D 1F 32
Octal 247 151 130 0 45 57 43 15 37 62
Binary 10100111 1101001 1011000 0 100101 101111 100011 1101 11111 110010

Color Harmonies of #A76958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76958

Black with #A76958

Text Example


Text Example

White with #A76958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76958; }

 p { color: rgb(167,105,88); }

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

background-color css

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

 a { background-color: rgb(167,105,88); }

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

border-color css

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

 span { border-color: rgb(167,105,88); }

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