Html Css Color HEX #AB9244 Turmeric

📋 copy color: '#AB9244'

red 171 ◦ green 146 ◦ blue 68

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

Shades of Turmeric #AB9244

Tints of Turmeric #AB9244

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 44.42%
G = 37.92%
B = 17.66%

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

#AB9244 (or 0xAB9244) is known color: Turmeric. HEX triplet: AB, 92 and 44. RGB value is (171,146,68). Sum of RGB (Red+Green+Blue) = 171+146+68=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9244 is #546DBB. Grayscale: #909090. Windows color (decimal): -5533116 or 4493995. OLE color: 4493995.

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

Color convert

RGB 171 146 68 -
CMYK 0 0.15 0.60 0.33
HSL 45.44º 0.43% 0.47% -
HSV(B) 45.44º 0.6% 0.67% -
XYZ 28.12 29.63 9.71 -
YUV 144.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 171 146 68 0 0.15 0.60 0.33 45.44 0.43 0.47
Hex AB 92 44 0 F 3C 21 2D 2B 2F
Octal 253 222 104 0 17 74 41 55 53 57
Binary 10101011 10010010 1000100 0 1111 111100 100001 101101 101011 101111

Color Harmonies of #AB9244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9244

Black with #AB9244

Text Example


Text Example

White with #AB9244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9244; }

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

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

background-color css

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

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

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

border-color css

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

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

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