#925A22

Color #925A22 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #925A22

Tints of Afghan Tan #925A22

Color information

#925A22 (or 0x925A22) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 22. RGB value is (146,90,34). Sum of RGB (Red+Green+Blue) = 146+90+34=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #925A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A22 is #6DA5DD. Grayscale: #646464. Windows color (decimal): -7185886 or 2251410. OLE color: 2251410.

HSL color Cylindrical-coordinate representation of color #925A22: hue angle of 30º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #925A22 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1469034-
CMYK00.380.770.43
HSL30º62.22%35.29%-
HSV(B)30º76.71%57.25%-
XYZ15.813.543.29-
YUV100.3690.55160.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.07%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=54.07%
G=33.33%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146903400.380.770.433062.2235.29
Hex925A220264D2B1e3e23
Octal2221324204611553367643
Binary1001001010110101000100100110100110110101111110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #925A22;
 }
 .AnyTagClassName
 {
   color: #925A22;
 }
</style>
background-color css

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

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

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

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

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

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