Html Css Color HEX #9A635A Au Chico

📋 copy color: '#9A635A'

red 154 ◦ green 99 ◦ blue 90

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

Shades of Au Chico #9A635A

Tints of Au Chico #9A635A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 44.9%
G = 28.86%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#9A635A (or 0x9A635A) is known color: Au Chico. HEX triplet: 9A, 63 and 5A. RGB value is (154,99,90). Sum of RGB (Red+Green+Blue) = 154+99+90=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A635A is #659CA5. Grayscale: #727272. Windows color (decimal): -6659238 or 5923738. OLE color: 5923738.

HSL color Cylindrical-coordinate representation of color #9A635A: hue angle of 8.44º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A635A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 90 -
CMYK 0 0.36 0.42 0.40
HSL 8.44º 0.26% 0.48% -
HSV(B) 8.44º 0.42% 0.6% -
XYZ 19.63 16.53 11.83 -
YUV 114.42 114.22 156.23 -
System Red Green Blue C M Y K H S L
Decimal 154 99 90 0 0.36 0.42 0.40 8.44 0.26 0.48
Hex 9A 63 5A 0 24 2A 28 8 1A 30
Octal 232 143 132 0 44 52 50 10 32 60
Binary 10011010 1100011 1011010 0 100100 101010 101000 1000 11010 110000

Color Harmonies of #9A635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A635A

Black with #9A635A

Text Example


Text Example

White with #9A635A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,90); }

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

background-color css

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

 a { background-color: rgb(154,99,90); }

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

border-color css

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

 span { border-color: rgb(154,99,90); }

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