Html Css Color HEX #AB9840 Turmeric

📋 copy color: '#AB9840'

red 171 ◦ green 152 ◦ blue 64

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

Shades of Turmeric #AB9840

Tints of Turmeric #AB9840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.28%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 44.19%
G = 39.28%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9840 (or 0xAB9840) is known color: Turmeric. HEX triplet: AB, 98 and 40. RGB value is (171,152,64). Sum of RGB (Red+Green+Blue) = 171+152+64=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9840 is #5467BF. Grayscale: #949494. Windows color (decimal): -5531584 or 4233387. OLE color: 4233387.

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

Color convert

RGB 171 152 64 -
CMYK 0 0.11 0.63 0.33
HSL 49.35º 0.46% 0.46% -
HSV(B) 49.35º 0.63% 0.67% -
XYZ 28.95 31.48 9.4 -
YUV 147.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 171 152 64 0 0.11 0.63 0.33 49.35 0.46 0.46
Hex AB 98 40 0 B 3F 21 31 2E 2E
Octal 253 230 100 0 13 77 41 61 56 56
Binary 10101011 10011000 1000000 0 1011 111111 100001 110001 101110 101110

Color Harmonies of #AB9840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9840

Black with #AB9840

Text Example


Text Example

White with #AB9840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9840; }

 p { color: rgb(171,152,64); }

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

background-color css

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

 a { background-color: rgb(171,152,64); }

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

border-color css

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

 span { border-color: rgb(171,152,64); }

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