Html Css Color HEX #A96758 Au Chico

📋 copy color: '#A96758'

red 169 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #A96758

Tints of Au Chico #A96758

RGB

 RED value IS 169 (66.41% from 255) = 46.94%

 GREEN value IS 103 (40.63% from 255) = 28.61%

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

R = 46.94%
G = 28.61%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A96758 (or 0xA96758) is known color: Au Chico. HEX triplet: A9, 67 and 58. RGB value is (169,103,88). Sum of RGB (Red+Green+Blue) = 169+103+88=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A96758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96758 is #5698A7. Grayscale: #797979. Windows color (decimal): -5675176 or 5793705. OLE color: 5793705.

HSL color Cylindrical-coordinate representation of color #A96758: hue angle of 11.11º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A96758 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 103 88 -
CMYK 0 0.39 0.48 0.34
HSL 11.11º 0.32% 0.5% -
HSV(B) 11.11º 0.48% 0.66% -
XYZ 22.97 18.84 11.66 -
YUV 121.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 169 103 88 0 0.39 0.48 0.34 11.11 0.32 0.5
Hex A9 67 58 0 27 30 22 B 20 32
Octal 251 147 130 0 47 60 42 13 40 62
Binary 10101001 1100111 1011000 0 100111 110000 100010 1011 100000 110010

Color Harmonies of #A96758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96758

Black with #A96758

Text Example


Text Example

White with #A96758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96758; }

 p { color: rgb(169,103,88); }

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

background-color css

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

 a { background-color: rgb(169,103,88); }

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

border-color css

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

 span { border-color: rgb(169,103,88); }

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