Html Css Color HEX #AB9046 Turmeric

📋 copy color: '#AB9046'

red 171 ◦ green 144 ◦ blue 70

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

Shades of Turmeric #AB9046

Tints of Turmeric #AB9046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

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

R = 44.42%
G = 37.4%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB9046 (or 0xAB9046) is known color: Turmeric. HEX triplet: AB, 90 and 46. RGB value is (171,144,70). Sum of RGB (Red+Green+Blue) = 171+144+70=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9046 is #546FB9. Grayscale: #8F8F8F. Windows color (decimal): -5533626 or 4624555. OLE color: 4624555.

HSL color Cylindrical-coordinate representation of color #AB9046: hue angle of 43.96º 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 #AB9046 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 70 -
CMYK 0 0.16 0.59 0.33
HSL 43.96º 0.42% 0.47% -
HSV(B) 43.96º 0.59% 0.67% -
XYZ 27.87 29.05 9.93 -
YUV 143.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 171 144 70 0 0.16 0.59 0.33 43.96 0.42 0.47
Hex AB 90 46 0 10 3B 21 2C 2A 2F
Octal 253 220 106 0 20 73 41 54 52 57
Binary 10101011 10010000 1000110 0 10000 111011 100001 101100 101010 101111

Color Harmonies of #AB9046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9046

Black with #AB9046

Text Example


Text Example

White with #AB9046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9046; }

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

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

background-color css

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

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

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

border-color css

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

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

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