Html Css Color HEX #AB9249 Turmeric

📋 copy color: '#AB9249'

red 171 ◦ green 146 ◦ blue 73

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

Shades of Turmeric #AB9249

Tints of Turmeric #AB9249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 43.85%
G = 37.44%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB9249 (or 0xAB9249) is known color: Turmeric. HEX triplet: AB, 92 and 49. RGB value is (171,146,73). Sum of RGB (Red+Green+Blue) = 171+146+73=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9249 is #546DB6. Grayscale: #919191. Windows color (decimal): -5533111 or 4821675. OLE color: 4821675.

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

Color convert

RGB 171 146 73 -
CMYK 0 0.15 0.57 0.33
HSL 44.69º 0.4% 0.48% -
HSV(B) 44.69º 0.57% 0.67% -
XYZ 28.28 29.7 10.55 -
YUV 145.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 171 146 73 0 0.15 0.57 0.33 44.69 0.4 0.48
Hex AB 92 49 0 F 39 21 2D 28 30
Octal 253 222 111 0 17 71 41 55 50 60
Binary 10101011 10010010 1001001 0 1111 111001 100001 101101 101000 110000

Color Harmonies of #AB9249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9249

Black with #AB9249

Text Example


Text Example

White with #AB9249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9249; }

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

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

background-color css

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

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

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

border-color css

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

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

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