Html Css Color HEX #AB9140 Turmeric

📋 copy color: '#AB9140'

red 171 ◦ green 145 ◦ blue 64

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

Shades of Turmeric #AB9140

Tints of Turmeric #AB9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.16%

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

R = 45%
G = 38.16%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9140 (or 0xAB9140) is known color: Turmeric. HEX triplet: AB, 91 and 40. RGB value is (171,145,64). Sum of RGB (Red+Green+Blue) = 171+145+64=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9140 is #546EBF. Grayscale: #8F8F8F. Windows color (decimal): -5533376 or 4231595. OLE color: 4231595.

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

Color convert

RGB 171 145 64 -
CMYK 0 0.15 0.63 0.33
HSL 45.42º 0.46% 0.46% -
HSV(B) 45.42º 0.63% 0.67% -
XYZ 27.85 29.28 9.03 -
YUV 143.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 171 145 64 0 0.15 0.63 0.33 45.42 0.46 0.46
Hex AB 91 40 0 F 3F 21 2D 2E 2E
Octal 253 221 100 0 17 77 41 55 56 56
Binary 10101011 10010001 1000000 0 1111 111111 100001 101101 101110 101110

Color Harmonies of #AB9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9140

Black with #AB9140

Text Example


Text Example

White with #AB9140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9140; }

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

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

background-color css

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

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

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

border-color css

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

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

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