Html Css Color HEX #9A6157 Au Chico

📋 copy color: '#9A6157'

red 154 ◦ green 97 ◦ blue 87

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

Shades of Au Chico #9A6157

Tints of Au Chico #9A6157

RGB

 RED value IS 154 (60.55% from 255) = 45.56%

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 45.56%
G = 28.7%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#9A6157 (or 0x9A6157) is known color: Au Chico. HEX triplet: 9A, 61 and 57. RGB value is (154,97,87). Sum of RGB (Red+Green+Blue) = 154+97+87=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6157 is #659EA8. Grayscale: #717171. Windows color (decimal): -6659753 or 5726618. OLE color: 5726618.

HSL color Cylindrical-coordinate representation of color #9A6157: hue angle of 8.96º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A6157 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 97 87 -
CMYK 0 0.37 0.44 0.40
HSL 8.96º 0.28% 0.47% -
HSV(B) 8.96º 0.44% 0.6% -
XYZ 19.32 16.11 11.11 -
YUV 112.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 154 97 87 0 0.37 0.44 0.40 8.96 0.28 0.47
Hex 9A 61 57 0 25 2C 28 9 1C 2F
Octal 232 141 127 0 45 54 50 11 34 57
Binary 10011010 1100001 1010111 0 100101 101100 101000 1001 11100 101111

Color Harmonies of #9A6157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6157

Black with #9A6157

Text Example


Text Example

White with #9A6157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6157; }

 p { color: rgb(154,97,87); }

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

background-color css

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

 a { background-color: rgb(154,97,87); }

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

border-color css

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

 span { border-color: rgb(154,97,87); }

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