Html Css Color HEX #8A621F Afghan Tan

📋 copy color: '#8A621F'

red 138 ◦ green 98 ◦ blue 31

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

Shades of Afghan Tan #8A621F

Tints of Afghan Tan #8A621F

RGB

 RED value IS 138 (54.3% from 255) = 51.69%

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 51.69%
G = 36.7%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#8A621F (or 0x8A621F) is known color: 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

RGB 138 98 31 -
CMYK 0 0.29 0.78 0.46
HSL 37.57º 0.63% 0.33% -
HSV(B) 37.57º 0.78% 0.54% -
XYZ 15.1 14.24 3.25 -
YUV 102.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 138 98 31 0 0.29 0.78 0.46 37.57 0.63 0.33
Hex 8A 62 1F 0 1D 4E 2E 26 3F 21
Octal 212 142 37 0 35 116 56 46 77 41
Binary 10001010 1100010 11111 0 11101 1001110 101110 100110 111111 100001

Color Harmonies of #8A621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A621F

Black with #8A621F

Text Example


Text Example

White with #8A621F

Text Example


Text Example

HTML Codes & Css Web 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>