Html Css Color HEX #8A5C17 Afghan Tan

📋 copy color: '#8A5C17'

red 138 ◦ green 92 ◦ blue 23

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

Shades of Afghan Tan #8A5C17

Tints of Afghan Tan #8A5C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.09%

R = 54.55%
G = 36.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.46

RGB Variations

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

Color information

#8A5C17 (or 0x8A5C17) is known color: Afghan Tan. HEX triplet: 8A, 5C and 17. RGB value is (138,92,23). Sum of RGB (Red+Green+Blue) = 138+92+23=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5C17 is #75A3E8. Grayscale: #626262. Windows color (decimal): -7709673 or 1531018. OLE color: 1531018.

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

Color convert

RGB 138 92 23 -
CMYK 0 0.33 0.83 0.46
HSL 36º 0.71% 0.32% -
HSV(B) 36º 0.83% 0.54% -
XYZ 14.46 13.12 2.58 -
YUV 97.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 138 92 23 0 0.33 0.83 0.46 36 0.71 0.32
Hex 8A 5C 17 0 21 53 2E 24 47 20
Octal 212 134 27 0 41 123 56 44 107 40
Binary 10001010 1011100 10111 0 100001 1010011 101110 100100 1000111 100000

Color Harmonies of #8A5C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5C17

Black with #8A5C17

Text Example


Text Example

White with #8A5C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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