Html Css Color HEX #AB9144 Turmeric

📋 copy color: '#AB9144'

red 171 ◦ green 145 ◦ blue 68

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

Shades of Turmeric #AB9144

Tints of Turmeric #AB9144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 44.53%
G = 37.76%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB9144 (or 0xAB9144) is known color: Turmeric. HEX triplet: AB, 91 and 44. RGB value is (171,145,68). Sum of RGB (Red+Green+Blue) = 171+145+68=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9144 is #546EBB. Grayscale: #909090. Windows color (decimal): -5533372 or 4493739. OLE color: 4493739.

HSL color Cylindrical-coordinate representation of color #AB9144: hue angle of 44.85º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9144 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 68 -
CMYK 0 0.15 0.60 0.33
HSL 44.85º 0.43% 0.47% -
HSV(B) 44.85º 0.6% 0.67% -
XYZ 27.96 29.33 9.66 -
YUV 144 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 171 145 68 0 0.15 0.60 0.33 44.85 0.43 0.47
Hex AB 91 44 0 F 3C 21 2D 2B 2F
Octal 253 221 104 0 17 74 41 55 53 57
Binary 10101011 10010001 1000100 0 1111 111100 100001 101101 101011 101111

Color Harmonies of #AB9144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9144

Black with #AB9144

Text Example


Text Example

White with #AB9144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9144; }

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

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

background-color css

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

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

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

border-color css

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

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

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