Html Css Color HEX #9A6428 Afghan Tan

📋 copy color: '#9A6428'

red 154 ◦ green 100 ◦ blue 40

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

Shades of Afghan Tan #9A6428

Tints of Afghan Tan #9A6428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.01%

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 52.38%
G = 34.01%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#9A6428 (or 0x9A6428) is known color: Afghan Tan. HEX triplet: 9A, 64 and 28. RGB value is (154,100,40). Sum of RGB (Red+Green+Blue) = 154+100+40=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6428 is #659BD7. Grayscale: #6D6D6D. Windows color (decimal): -6659032 or 2647194. OLE color: 2647194.

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

Color convert

RGB 154 100 40 -
CMYK 0 0.35 0.74 0.40
HSL 31.58º 0.59% 0.38% -
HSV(B) 31.58º 0.74% 0.6% -
XYZ 18.27 16.14 4.16 -
YUV 109.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 154 100 40 0 0.35 0.74 0.40 31.58 0.59 0.38
Hex 9A 64 28 0 23 4A 28 20 3B 26
Octal 232 144 50 0 43 112 50 40 73 46
Binary 10011010 1100100 101000 0 100011 1001010 101000 100000 111011 100110

Color Harmonies of #9A6428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6428

Black with #9A6428

Text Example


Text Example

White with #9A6428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,100,40); }

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

background-color css

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

 a { background-color: rgb(154,100,40); }

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

border-color css

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

 span { border-color: rgb(154,100,40); }

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