Html Css Color HEX #AB993F Turmeric

📋 copy color: '#AB993F'

red 171 ◦ green 153 ◦ blue 63

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

Shades of Turmeric #AB993F

Tints of Turmeric #AB993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.53%

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

R = 44.19%
G = 39.53%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB993F (or 0xAB993F) is known color: Turmeric. HEX triplet: AB, 99 and 3F. RGB value is (171,153,63). Sum of RGB (Red+Green+Blue) = 171+153+63=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB993F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB993F is #5466C0. Grayscale: #949494. Windows color (decimal): -5531329 or 4168107. OLE color: 4168107.

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

Color convert

RGB 171 153 63 -
CMYK 0 0.11 0.63 0.33
HSL 50º 0.46% 0.46% -
HSV(B) 50º 0.63% 0.67% -
XYZ 29.08 31.8 9.31 -
YUV 148.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 171 153 63 0 0.11 0.63 0.33 50 0.46 0.46
Hex AB 99 3F 0 B 3F 21 32 2E 2E
Octal 253 231 77 0 13 77 41 62 56 56
Binary 10101011 10011001 111111 0 1011 111111 100001 110010 101110 101110

Color Harmonies of #AB993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB993F

Black with #AB993F

Text Example


Text Example

White with #AB993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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