#8A6321

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

Shades of Afghan Tan #8A6321

Tints of Afghan Tan #8A6321

Color information

#8A6321 (or 0x8A6321) is unknown color: approx Afghan Tan. HEX triplet: 8A, 63 and 21. RGB value is (138,99,33). Sum of RGB (Red+Green+Blue) = 138+99+33=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6321 is #759CDE. Grayscale: #676767. Windows color (decimal): -7707871 or 2188170. OLE color: 2188170.

HSL color Cylindrical-coordinate representation of color #8A6321: hue angle of 37.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A6321 is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB1389933-
CMYK00.280.760.46
HSL37.71º61.4%33.53%-
HSV(B)37.71º76.09%54.12%-
XYZ15.2214.443.42-
YUV103.1488.42152.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=51.11%
G=36.67%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138993300.280.760.4637.7161.433.53
Hex8A632101C4C2E263d22
Octal2121434103411456467542
Binary1000101011000111000010111001001100101110100110111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6321; }

 p { color: rgb(138,99,33); }

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

<style>
 a { background-color: #8A6321; }

 a { background-color: rgb(138,99,33); }

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

<style>
 span { border-color: #8A6321; }

 span { border-color: rgb(138,99,33); }

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