Html Css Color HEX #AB9246 Turmeric

📋 copy color: '#AB9246'

red 171 ◦ green 146 ◦ blue 70

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

Shades of Turmeric #AB9246

Tints of Turmeric #AB9246

RGB

 RED value IS 171 (67.19% from 255) = 44.19%

 GREEN value IS 146 (57.42% from 255) = 37.73%

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 44.19%
G = 37.73%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB9246 (or 0xAB9246) is known color: Turmeric. HEX triplet: AB, 92 and 46. RGB value is (171,146,70). Sum of RGB (Red+Green+Blue) = 171+146+70=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9246 is #546DB9. Grayscale: #919191. Windows color (decimal): -5533114 or 4625067. OLE color: 4625067.

HSL color Cylindrical-coordinate representation of color #AB9246: hue angle of 45.15º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB9246 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 70 -
CMYK 0 0.15 0.59 0.33
HSL 45.15º 0.42% 0.47% -
HSV(B) 45.15º 0.59% 0.67% -
XYZ 28.18 29.66 10.03 -
YUV 144.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 171 146 70 0 0.15 0.59 0.33 45.15 0.42 0.47
Hex AB 92 46 0 F 3B 21 2D 2A 2F
Octal 253 222 106 0 17 73 41 55 52 57
Binary 10101011 10010010 1000110 0 1111 111011 100001 101101 101010 101111

Color Harmonies of #AB9246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9246

Black with #AB9246

Text Example


Text Example

White with #AB9246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9246; }

 p { color: rgb(171,146,70); }

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

background-color css

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

 a { background-color: rgb(171,146,70); }

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

border-color css

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

 span { border-color: rgb(171,146,70); }

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