Html Css Color HEX #995A22 Afghan Tan

📋 copy color: '#995A22'

red 153 ◦ green 90 ◦ blue 34

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

Shades of Afghan Tan #995A22

Tints of Afghan Tan #995A22

RGB

 RED value IS 153 (60.16% from 255) = 55.23%

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

 BLUE value IS 34 (13.67% from 255) = 12.27%

R = 55.23%
G = 32.49%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#995A22 (or 0x995A22) is known color: Afghan Tan. HEX triplet: 99, 5A and 22. RGB value is (153,90,34). Sum of RGB (Red+Green+Blue) = 153+90+34=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #995A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A22 is #66A5DD. Grayscale: #666666. Windows color (decimal): -6727134 or 2251417. OLE color: 2251417.

HSL color Cylindrical-coordinate representation of color #995A22: hue angle of 28.24º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #995A22 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 34 -
CMYK 0 0.41 0.78 0.4
HSL 28.24º 0.64% 0.37% -
HSV(B) 28.24º 0.78% 0.6% -
XYZ 17.08 14.2 3.35 -
YUV 102.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 153 90 34 0 0.41 0.78 0.4 28.24 0.64 0.37
Hex 99 5A 22 0 29 4E 28 1C 40 25
Octal 231 132 42 0 51 116 50 34 100 45
Binary 10011001 1011010 100010 0 101001 1001110 101000 11100 1000000 100101

Color Harmonies of #995A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A22

Black with #995A22

Text Example


Text Example

White with #995A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995A22; }

 p { color: rgb(153,90,34); }

 H1.HeaderClassName
 {
   color: #995A22;
 }
 .AnyTagClassName
 {
   color: #995A22;
 }
</style>

background-color css

<style>
 a { background-color: #995A22; }

 a { background-color: rgb(153,90,34); }

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

border-color css

<style>
 span { border-color: #995A22; }

 span { border-color: rgb(153,90,34); }

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