Html Css Color HEX #AB9A40 Turmeric

📋 copy color: '#AB9A40'

red 171 ◦ green 154 ◦ blue 64

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

Shades of Turmeric #AB9A40

Tints of Turmeric #AB9A40

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 43.96%
G = 39.59%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9A40 (or 0xAB9A40) is known color: Turmeric. HEX triplet: AB, 9A and 40. RGB value is (171,154,64). Sum of RGB (Red+Green+Blue) = 171+154+64=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A40 is #5465BF. Grayscale: #959595. Windows color (decimal): -5531072 or 4233899. OLE color: 4233899.

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

Color convert

RGB 171 154 64 -
CMYK 0 0.10 0.63 0.33
HSL 50.47º 0.46% 0.46% -
HSV(B) 50.47º 0.63% 0.67% -
XYZ 29.28 32.14 9.51 -
YUV 148.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 171 154 64 0 0.10 0.63 0.33 50.47 0.46 0.46
Hex AB 9A 40 0 A 3F 21 32 2E 2E
Octal 253 232 100 0 12 77 41 62 56 56
Binary 10101011 10011010 1000000 0 1010 111111 100001 110010 101110 101110

Color Harmonies of #AB9A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A40

Black with #AB9A40

Text Example


Text Example

White with #AB9A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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