Html Css Color HEX #A96358 Au Chico

📋 copy color: '#A96358'

red 169 ◦ green 99 ◦ blue 88

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

Shades of Au Chico #A96358

Tints of Au Chico #A96358

RGB

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

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

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

R = 47.47%
G = 27.81%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A96358 (or 0xA96358) is known color: Au Chico. HEX triplet: A9, 63 and 58. RGB value is (169,99,88). Sum of RGB (Red+Green+Blue) = 169+99+88=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A96358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96358 is #569CA7. Grayscale: #767676. Windows color (decimal): -5676200 or 5792681. OLE color: 5792681.

HSL color Cylindrical-coordinate representation of color #A96358: hue angle of 8.15º 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 #A96358 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 99 88 -
CMYK 0 0.41 0.48 0.34
HSL 8.15º 0.32% 0.5% -
HSV(B) 8.15º 0.48% 0.66% -
XYZ 22.59 18.06 11.53 -
YUV 118.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 169 99 88 0 0.41 0.48 0.34 8.15 0.32 0.5
Hex A9 63 58 0 29 30 22 8 20 32
Octal 251 143 130 0 51 60 42 10 40 62
Binary 10101001 1100011 1011000 0 101001 110000 100010 1000 100000 110010

Color Harmonies of #A96358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96358

Black with #A96358

Text Example


Text Example

White with #A96358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96358; }

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

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

background-color css

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

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

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

border-color css

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

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

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