Html Css Color HEX #AB9142 Turmeric

📋 copy color: '#AB9142'

red 171 ◦ green 145 ◦ blue 66

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

Shades of Turmeric #AB9142

Tints of Turmeric #AB9142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 44.76%
G = 37.96%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB9142 (or 0xAB9142) is known color: Turmeric. HEX triplet: AB, 91 and 42. RGB value is (171,145,66). Sum of RGB (Red+Green+Blue) = 171+145+66=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9142 is #546EBD. Grayscale: #909090. Windows color (decimal): -5533374 or 4362667. OLE color: 4362667.

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

Color convert

RGB 171 145 66 -
CMYK 0 0.15 0.61 0.33
HSL 45.14º 0.44% 0.46% -
HSV(B) 45.14º 0.61% 0.67% -
XYZ 27.9 29.3 9.34 -
YUV 143.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 171 145 66 0 0.15 0.61 0.33 45.14 0.44 0.46
Hex AB 91 42 0 F 3D 21 2D 2C 2E
Octal 253 221 102 0 17 75 41 55 54 56
Binary 10101011 10010001 1000010 0 1111 111101 100001 101101 101100 101110

Color Harmonies of #AB9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9142

Black with #AB9142

Text Example


Text Example

White with #AB9142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9142; }

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

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

background-color css

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

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

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

border-color css

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

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

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