Html Css Color HEX #AB9642 Turmeric

📋 copy color: '#AB9642'

red 171 ◦ green 150 ◦ blue 66

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

Shades of Turmeric #AB9642

Tints of Turmeric #AB9642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.76%

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

R = 44.19%
G = 38.76%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB9642 (or 0xAB9642) is known color: Turmeric. HEX triplet: AB, 96 and 42. RGB value is (171,150,66). Sum of RGB (Red+Green+Blue) = 171+150+66=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9642 is #5469BD. Grayscale: #939393. Windows color (decimal): -5532094 or 4363947. OLE color: 4363947.

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

Color convert

RGB 171 150 66 -
CMYK 0 0.12 0.61 0.33
HSL 48º 0.44% 0.46% -
HSV(B) 48º 0.61% 0.67% -
XYZ 28.68 30.86 9.6 -
YUV 146.7 82.46 145.33 -
System Red Green Blue C M Y K H S L
Decimal 171 150 66 0 0.12 0.61 0.33 48 0.44 0.46
Hex AB 96 42 0 C 3D 21 30 2C 2E
Octal 253 226 102 0 14 75 41 60 54 56
Binary 10101011 10010110 1000010 0 1100 111101 100001 110000 101100 101110

Color Harmonies of #AB9642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9642

Black with #AB9642

Text Example


Text Example

White with #AB9642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9642; }

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

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

background-color css

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

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

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

border-color css

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

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

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