Html Css Color HEX #AB9940 Turmeric

📋 copy color: '#AB9940'

red 171 ◦ green 153 ◦ blue 64

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

Shades of Turmeric #AB9940

Tints of Turmeric #AB9940

RGB

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

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

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

R = 44.07%
G = 39.43%
B = 16.49%

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

#AB9940 (or 0xAB9940) is known color: Turmeric. HEX triplet: AB, 99 and 40. RGB value is (171,153,64). Sum of RGB (Red+Green+Blue) = 171+153+64=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9940 is #5466BF. Grayscale: #949494. Windows color (decimal): -5531328 or 4233643. OLE color: 4233643.

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

Color convert

RGB 171 153 64 -
CMYK 0 0.11 0.63 0.33
HSL 49.91º 0.46% 0.46% -
HSV(B) 49.91º 0.63% 0.67% -
XYZ 29.11 31.81 9.46 -
YUV 148.24 80.46 144.24 -
System Red Green Blue C M Y K H S L
Decimal 171 153 64 0 0.11 0.63 0.33 49.91 0.46 0.46
Hex AB 99 40 0 B 3F 21 32 2E 2E
Octal 253 231 100 0 13 77 41 62 56 56
Binary 10101011 10011001 1000000 0 1011 111111 100001 110010 101110 101110

Color Harmonies of #AB9940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9940

Black with #AB9940

Text Example


Text Example

White with #AB9940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9940; }

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

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

background-color css

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

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

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

border-color css

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

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

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