Html Css Color HEX #AB993B Turmeric

📋 copy color: '#AB993B'

red 171 ◦ green 153 ◦ blue 59

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

Shades of Turmeric #AB993B

Tints of Turmeric #AB993B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.4%

R = 44.65%
G = 39.95%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB993B (or 0xAB993B) is known color: Turmeric. HEX triplet: AB, 99 and 3B. RGB value is (171,153,59). Sum of RGB (Red+Green+Blue) = 171+153+59=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB993B is #5466C4. Grayscale: #949494. Windows color (decimal): -5531333 or 3905963. OLE color: 3905963.

HSL color Cylindrical-coordinate representation of color #AB993B: hue angle of 50.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB993B is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 153 59 -
CMYK 0 0.11 0.65 0.33
HSL 50.36º 0.49% 0.45% -
HSV(B) 50.36º 0.65% 0.67% -
XYZ 28.98 31.76 8.74 -
YUV 147.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 171 153 59 0 0.11 0.65 0.33 50.36 0.49 0.45
Hex AB 99 3B 0 B 41 21 32 31 2D
Octal 253 231 73 0 13 101 41 62 61 55
Binary 10101011 10011001 111011 0 1011 1000001 100001 110010 110001 101101

Color Harmonies of #AB993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB993B

Black with #AB993B

Text Example


Text Example

White with #AB993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB993B; }

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

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

background-color css

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

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

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

border-color css

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

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

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