Html Css Color HEX #9A6229 Afghan Tan

📋 copy color: '#9A6229'

red 154 ◦ green 98 ◦ blue 41

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

Shades of Afghan Tan #9A6229

Tints of Afghan Tan #9A6229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 52.56%
G = 33.45%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A6229 (or 0x9A6229) is known color: Afghan Tan. HEX triplet: 9A, 62 and 29. RGB value is (154,98,41). Sum of RGB (Red+Green+Blue) = 154+98+41=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6229 is #659DD6. Grayscale: #6C6C6C. Windows color (decimal): -6659543 or 2712218. OLE color: 2712218.

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

Color convert

RGB 154 98 41 -
CMYK 0 0.36 0.73 0.40
HSL 30.27º 0.58% 0.38% -
HSV(B) 30.27º 0.73% 0.6% -
XYZ 18.09 15.77 4.19 -
YUV 108.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 154 98 41 0 0.36 0.73 0.40 30.27 0.58 0.38
Hex 9A 62 29 0 24 49 28 1E 3A 26
Octal 232 142 51 0 44 111 50 36 72 46
Binary 10011010 1100010 101001 0 100100 1001001 101000 11110 111010 100110

Color Harmonies of #9A6229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6229

Black with #9A6229

Text Example


Text Example

White with #9A6229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,98,41); }

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

background-color css

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

 a { background-color: rgb(154,98,41); }

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

border-color css

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

 span { border-color: rgb(154,98,41); }

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