#925A2A

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

Shades of Afghan Tan #925A2A

Tints of Afghan Tan #925A2A

Color information

#925A2A (or 0x925A2A) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 2A. RGB value is (146,90,42). Sum of RGB (Red+Green+Blue) = 146+90+42=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A2A is #6DA5D5. Grayscale: #656565. Windows color (decimal): -7185878 or 2775698. OLE color: 2775698.

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

Color convert

RGB1469042-
CMYK00.380.710.43
HSL27.69º55.32%36.86%-
HSV(B)27.69º71.23%57.25%-
XYZ15.9313.593.97-
YUV101.2794.55159.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.52%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=52.52%
G=32.37%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146904200.380.710.4327.6955.3236.86
Hex925A2A026472B1c3725
Octal2221325204610753346745
Binary1001001010110101010100100110100011110101111100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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