Html Css Color HEX #9A5E52 Au Chico

📋 copy color: '#9A5E52'

red 154 ◦ green 94 ◦ blue 82

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

Shades of Au Chico #9A5E52

Tints of Au Chico #9A5E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 46.67%
G = 28.48%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A5E52 (or 0x9A5E52) is known color: Au Chico. HEX triplet: 9A, 5E and 52. RGB value is (154,94,82). Sum of RGB (Red+Green+Blue) = 154+94+82=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E52 is #65A1AD. Grayscale: #6E6E6E. Windows color (decimal): -6660526 or 5398170. OLE color: 5398170.

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

Color convert

RGB 154 94 82 -
CMYK 0 0.39 0.47 0.40
HSL 10º 0.31% 0.46% -
HSV(B) 10º 0.47% 0.6% -
XYZ 18.85 15.48 9.98 -
YUV 110.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 154 94 82 0 0.39 0.47 0.40 10 0.31 0.46
Hex 9A 5E 52 0 27 2F 28 A 1F 2E
Octal 232 136 122 0 47 57 50 12 37 56
Binary 10011010 1011110 1010010 0 100111 101111 101000 1010 11111 101110

Color Harmonies of #9A5E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E52

Black with #9A5E52

Text Example


Text Example

White with #9A5E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,82); }

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

background-color css

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

 a { background-color: rgb(154,94,82); }

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

border-color css

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

 span { border-color: rgb(154,94,82); }

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