Html Css Color HEX #9A5E4E Au Chico

📋 copy color: '#9A5E4E'

red 154 ◦ green 94 ◦ blue 78

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

Shades of Au Chico #9A5E4E

Tints of Au Chico #9A5E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.93%

R = 47.24%
G = 28.83%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#9A5E4E (or 0x9A5E4E) is known color: Au Chico. HEX triplet: 9A, 5E and 4E. RGB value is (154,94,78). Sum of RGB (Red+Green+Blue) = 154+94+78=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E4E is #65A1B1. Grayscale: #6E6E6E. Windows color (decimal): -6660530 or 5136026. OLE color: 5136026.

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

Color convert

RGB 154 94 78 -
CMYK 0 0.39 0.49 0.40
HSL 12.63º 0.33% 0.45% -
HSV(B) 12.63º 0.49% 0.6% -
XYZ 18.7 15.43 9.2 -
YUV 110.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 154 94 78 0 0.39 0.49 0.40 12.63 0.33 0.45
Hex 9A 5E 4E 0 27 31 28 D 21 2D
Octal 232 136 116 0 47 61 50 15 41 55
Binary 10011010 1011110 1001110 0 100111 110001 101000 1101 100001 101101

Color Harmonies of #9A5E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E4E

Black with #9A5E4E

Text Example


Text Example

White with #9A5E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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