Html Css Color HEX #A76458 Au Chico

📋 copy color: '#A76458'

red 167 ◦ green 100 ◦ blue 88

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

Shades of Au Chico #A76458

Tints of Au Chico #A76458

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 47.04%
G = 28.17%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A76458 (or 0xA76458) is known color: Au Chico. HEX triplet: A7, 64 and 58. RGB value is (167,100,88). Sum of RGB (Red+Green+Blue) = 167+100+88=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A76458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76458 is #589BA7. Grayscale: #767676. Windows color (decimal): -5807016 or 5792935. OLE color: 5792935.

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

Color convert

RGB 167 100 88 -
CMYK 0 0.40 0.47 0.35
HSL 9.11º 0.31% 0.5% -
HSV(B) 9.11º 0.47% 0.65% -
XYZ 22.25 18.03 11.54 -
YUV 118.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 167 100 88 0 0.40 0.47 0.35 9.11 0.31 0.5
Hex A7 64 58 0 28 2F 23 9 1F 32
Octal 247 144 130 0 50 57 43 11 37 62
Binary 10100111 1100100 1011000 0 101000 101111 100011 1001 11111 110010

Color Harmonies of #A76458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76458

Black with #A76458

Text Example


Text Example

White with #A76458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76458; }

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

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

background-color css

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

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

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

border-color css

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

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

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