#8A621F

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

Shades of Afghan Tan #8A621F

Tints of Afghan Tan #8A621F

Color information

#8A621F (or 0x8A621F) is unknown color: approx Afghan Tan. HEX triplet: 8A, 62 and 1F. RGB value is (138,98,31). Sum of RGB (Red+Green+Blue) = 138+98+31=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A621F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A621F is #759DE0. Grayscale: #666666. Windows color (decimal): -7708129 or 2056842. OLE color: 2056842.

HSL color Cylindrical-coordinate representation of color #8A621F: hue angle of 37.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A621F is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1389831-
CMYK00.290.780.46
HSL37.57º63.31%33.14%-
HSV(B)37.57º77.54%54.12%-
XYZ15.114.243.25-
YUV102.3287.75153.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.69%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 31 (12.5% from 255) = 11.61%
R=51.69%
G=36.70%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138983100.290.780.4637.5763.3133.14
Hex8A621F01D4E2E263f21
Octal2121423703511656467741
Binary100010101100010111110111011001110101110100110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,31); }

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

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

 a { background-color: rgb(138,98,31); }

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

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

 span { border-color: rgb(138,98,31); }

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