Html Css Color HEX #9A5A25 Afghan Tan

📋 copy color: '#9A5A25'

red 154 ◦ green 90 ◦ blue 37

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

Shades of Afghan Tan #9A5A25

Tints of Afghan Tan #9A5A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 54.8%
G = 32.03%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#9A5A25 (or 0x9A5A25) is known color: Afghan Tan. HEX triplet: 9A, 5A and 25. RGB value is (154,90,37). Sum of RGB (Red+Green+Blue) = 154+90+37=281 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.80% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5A25 is #65A5DA. Grayscale: #676767. Windows color (decimal): -6661595 or 2448026. OLE color: 2448026.

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

Color convert

RGB 154 90 37 -
CMYK 0 0.42 0.76 0.40
HSL 27.18º 0.61% 0.37% -
HSV(B) 27.18º 0.76% 0.6% -
XYZ 17.32 14.32 3.6 -
YUV 103.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 154 90 37 0 0.42 0.76 0.40 27.18 0.61 0.37
Hex 9A 5A 25 0 2A 4C 28 1B 3D 25
Octal 232 132 45 0 52 114 50 33 75 45
Binary 10011010 1011010 100101 0 101010 1001100 101000 11011 111101 100101

Color Harmonies of #9A5A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5A25

Black with #9A5A25

Text Example


Text Example

White with #9A5A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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