Html Css Color HEX #9A6526 Afghan Tan

📋 copy color: '#9A6526'

red 154 ◦ green 101 ◦ blue 38

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

Shades of Afghan Tan #9A6526

Tints of Afghan Tan #9A6526

RGB

 RED value IS 154 (60.55% from 255) = 52.56%

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 38 (15.23% from 255) = 12.97%

R = 52.56%
G = 34.47%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.40

RGB Variations

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

Color information

#9A6526 (or 0x9A6526) is known color: Afghan Tan. HEX triplet: 9A, 65 and 26. RGB value is (154,101,38). Sum of RGB (Red+Green+Blue) = 154+101+38=293 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.56% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6526 is #659AD9. Grayscale: #6D6D6D. Windows color (decimal): -6658778 or 2516378. OLE color: 2516378.

HSL color Cylindrical-coordinate representation of color #9A6526: hue angle of 32.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A6526 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 101 38 -
CMYK 0 0.34 0.75 0.40
HSL 32.59º 0.6% 0.38% -
HSV(B) 32.59º 0.75% 0.6% -
XYZ 18.33 16.32 4.02 -
YUV 109.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 154 101 38 0 0.34 0.75 0.40 32.59 0.6 0.38
Hex 9A 65 26 0 22 4B 28 21 3C 26
Octal 232 145 46 0 42 113 50 41 74 46
Binary 10011010 1100101 100110 0 100010 1001011 101000 100001 111100 100110

Color Harmonies of #9A6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6526

Black with #9A6526

Text Example


Text Example

White with #9A6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6526; }

 p { color: rgb(154,101,38); }

 H1.HeaderClassName
 {
   color: #9A6526;
 }
 .AnyTagClassName
 {
   color: #9A6526;
 }
</style>

background-color css

<style>
 a { background-color: #9A6526; }

 a { background-color: rgb(154,101,38); }

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

border-color css

<style>
 span { border-color: #9A6526; }

 span { border-color: rgb(154,101,38); }

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