Html Css Color HEX #AB953F Turmeric

📋 copy color: '#AB953F'

red 171 ◦ green 149 ◦ blue 63

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

Shades of Turmeric #AB953F

Tints of Turmeric #AB953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 63 (25% from 255) = 16.45%

R = 44.65%
G = 38.9%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB953F (or 0xAB953F) is known color: Turmeric. HEX triplet: AB, 95 and 3F. RGB value is (171,149,63). Sum of RGB (Red+Green+Blue) = 171+149+63=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB953F is #546AC0. Grayscale: #929292. Windows color (decimal): -5532353 or 4167083. OLE color: 4167083.

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

Color convert

RGB 171 149 63 -
CMYK 0 0.13 0.63 0.33
HSL 47.78º 0.46% 0.46% -
HSV(B) 47.78º 0.63% 0.67% -
XYZ 28.44 30.51 9.09 -
YUV 145.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 171 149 63 0 0.13 0.63 0.33 47.78 0.46 0.46
Hex AB 95 3F 0 D 3F 21 30 2E 2E
Octal 253 225 77 0 15 77 41 60 56 56
Binary 10101011 10010101 111111 0 1101 111111 100001 110000 101110 101110

Color Harmonies of #AB953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB953F

Black with #AB953F

Text Example


Text Example

White with #AB953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB953F; }

 p { color: rgb(171,149,63); }

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

background-color css

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

 a { background-color: rgb(171,149,63); }

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

border-color css

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

 span { border-color: rgb(171,149,63); }

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