Html Css Color HEX #AB9441 Turmeric

📋 copy color: '#AB9441'

red 171 ◦ green 148 ◦ blue 65

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

Shades of Turmeric #AB9441

Tints of Turmeric #AB9441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

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

R = 44.53%
G = 38.54%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AB9441 (or 0xAB9441) is known color: Turmeric. HEX triplet: AB, 94 and 41. RGB value is (171,148,65). Sum of RGB (Red+Green+Blue) = 171+148+65=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9441 is #546BBE. Grayscale: #919191. Windows color (decimal): -5532607 or 4297899. OLE color: 4297899.

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

Color convert

RGB 171 148 65 -
CMYK 0 0.13 0.62 0.33
HSL 46.98º 0.45% 0.46% -
HSV(B) 46.98º 0.62% 0.67% -
XYZ 28.34 30.22 9.34 -
YUV 145.42 82.62 146.25 -
System Red Green Blue C M Y K H S L
Decimal 171 148 65 0 0.13 0.62 0.33 46.98 0.45 0.46
Hex AB 94 41 0 D 3E 21 2F 2D 2E
Octal 253 224 101 0 15 76 41 57 55 56
Binary 10101011 10010100 1000001 0 1101 111110 100001 101111 101101 101110

Color Harmonies of #AB9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9441

Black with #AB9441

Text Example


Text Example

White with #AB9441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9441; }

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

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

background-color css

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

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

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

border-color css

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

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

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