Html Css Color HEX #AB9941 Turmeric

📋 copy color: '#AB9941'

red 171 ◦ green 153 ◦ blue 65

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

Shades of Turmeric #AB9941

Tints of Turmeric #AB9941

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.33%

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 43.96%
G = 39.33%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB9941 (or 0xAB9941) is known color: Turmeric. HEX triplet: AB, 99 and 41. RGB value is (171,153,65). Sum of RGB (Red+Green+Blue) = 171+153+65=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9941 is #5466BE. Grayscale: #949494. Windows color (decimal): -5531327 or 4299179. OLE color: 4299179.

HSL color Cylindrical-coordinate representation of color #AB9941: hue angle of 49.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB9941 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 65 -
CMYK 0 0.11 0.62 0.33
HSL 49.81º 0.45% 0.46% -
HSV(B) 49.81º 0.62% 0.67% -
XYZ 29.14 31.82 9.61 -
YUV 148.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 171 153 65 0 0.11 0.62 0.33 49.81 0.45 0.46
Hex AB 99 41 0 B 3E 21 32 2D 2E
Octal 253 231 101 0 13 76 41 62 55 56
Binary 10101011 10011001 1000001 0 1011 111110 100001 110010 101101 101110

Color Harmonies of #AB9941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9941

Black with #AB9941

Text Example


Text Example

White with #AB9941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9941; }

 p { color: rgb(171,153,65); }

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

background-color css

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

 a { background-color: rgb(171,153,65); }

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

border-color css

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

 span { border-color: rgb(171,153,65); }

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