Html Css Color HEX #8A5C1A Afghan Tan

📋 copy color: '#8A5C1A'

red 138 ◦ green 92 ◦ blue 26

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

Shades of Afghan Tan #8A5C1A

Tints of Afghan Tan #8A5C1A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.94%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 53.91%
G = 35.94%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A5C1A (or 0x8A5C1A) is known color: Afghan Tan. HEX triplet: 8A, 5C and 1A. RGB value is (138,92,26). Sum of RGB (Red+Green+Blue) = 138+92+26=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5C1A is #75A3E5. Grayscale: #626262. Windows color (decimal): -7709670 or 1727626. OLE color: 1727626.

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

Color convert

RGB 138 92 26 -
CMYK 0 0.33 0.81 0.46
HSL 35.36º 0.68% 0.32% -
HSV(B) 35.36º 0.81% 0.54% -
XYZ 14.49 13.13 2.75 -
YUV 98.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 138 92 26 0 0.33 0.81 0.46 35.36 0.68 0.32
Hex 8A 5C 1A 0 21 51 2E 23 44 20
Octal 212 134 32 0 41 121 56 43 104 40
Binary 10001010 1011100 11010 0 100001 1010001 101110 100011 1000100 100000

Color Harmonies of #8A5C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C1A

Black with #8A5C1A

Text Example


Text Example

White with #8A5C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,92,26); }

 H1.HeaderClassName
 {
   color: #8A5C1A;
 }
 .AnyTagClassName
 {
   color: #8A5C1A;
 }
</style>

background-color css

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

 a { background-color: rgb(138,92,26); }

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

border-color css

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

 span { border-color: rgb(138,92,26); }

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