Html Css Color HEX #AB9141 Turmeric

📋 copy color: '#AB9141'

red 171 ◦ green 145 ◦ blue 65

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

Shades of Turmeric #AB9141

Tints of Turmeric #AB9141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 44.88%
G = 38.06%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB9141 (or 0xAB9141) is known color: Turmeric. HEX triplet: AB, 91 and 41. RGB value is (171,145,65). Sum of RGB (Red+Green+Blue) = 171+145+65=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9141 is #546EBE. Grayscale: #909090. Windows color (decimal): -5533375 or 4297131. OLE color: 4297131.

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

Color convert

RGB 171 145 65 -
CMYK 0 0.15 0.62 0.33
HSL 45.28º 0.45% 0.46% -
HSV(B) 45.28º 0.62% 0.67% -
XYZ 27.87 29.29 9.19 -
YUV 143.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 171 145 65 0 0.15 0.62 0.33 45.28 0.45 0.46
Hex AB 91 41 0 F 3E 21 2D 2D 2E
Octal 253 221 101 0 17 76 41 55 55 56
Binary 10101011 10010001 1000001 0 1111 111110 100001 101101 101101 101110

Color Harmonies of #AB9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9141

Black with #AB9141

Text Example


Text Example

White with #AB9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9141; }

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

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

background-color css

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

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

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

border-color css

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

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

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