Html Css Color HEX #AB9540 Turmeric

📋 copy color: '#AB9540'

red 171 ◦ green 149 ◦ blue 64

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

Shades of Turmeric #AB9540

Tints of Turmeric #AB9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 44.53%
G = 38.8%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9540 (or 0xAB9540) is known color: Turmeric. HEX triplet: AB, 95 and 40. RGB value is (171,149,64). Sum of RGB (Red+Green+Blue) = 171+149+64=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9540 is #546ABF. Grayscale: #929292. Windows color (decimal): -5532352 or 4232619. OLE color: 4232619.

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

Color convert

RGB 171 149 64 -
CMYK 0 0.13 0.63 0.33
HSL 47.66º 0.46% 0.46% -
HSV(B) 47.66º 0.63% 0.67% -
XYZ 28.47 30.52 9.24 -
YUV 145.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 171 149 64 0 0.13 0.63 0.33 47.66 0.46 0.46
Hex AB 95 40 0 D 3F 21 30 2E 2E
Octal 253 225 100 0 15 77 41 60 56 56
Binary 10101011 10010101 1000000 0 1101 111111 100001 110000 101110 101110

Color Harmonies of #AB9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9540

Black with #AB9540

Text Example


Text Example

White with #AB9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9540; }

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

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

background-color css

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

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

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

border-color css

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

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

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