Html Css Color HEX #AB9640 Turmeric

📋 copy color: '#AB9640'

red 171 ◦ green 150 ◦ blue 64

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

Shades of Turmeric #AB9640

Tints of Turmeric #AB9640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 44.42%
G = 38.96%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9640 (or 0xAB9640) is known color: Turmeric. HEX triplet: AB, 96 and 40. RGB value is (171,150,64). Sum of RGB (Red+Green+Blue) = 171+150+64=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9640 is #5469BF. Grayscale: #929292. Windows color (decimal): -5532096 or 4232875. OLE color: 4232875.

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

Color convert

RGB 171 150 64 -
CMYK 0 0.12 0.63 0.33
HSL 48.22º 0.46% 0.46% -
HSV(B) 48.22º 0.63% 0.67% -
XYZ 28.63 30.84 9.29 -
YUV 146.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 171 150 64 0 0.12 0.63 0.33 48.22 0.46 0.46
Hex AB 96 40 0 C 3F 21 30 2E 2E
Octal 253 226 100 0 14 77 41 60 56 56
Binary 10101011 10010110 1000000 0 1100 111111 100001 110000 101110 101110

Color Harmonies of #AB9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9640

Black with #AB9640

Text Example


Text Example

White with #AB9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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