Html Css Color HEX #AB983C Turmeric

📋 copy color: '#AB983C'

red 171 ◦ green 152 ◦ blue 60

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

Shades of Turmeric #AB983C

Tints of Turmeric #AB983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.69%

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 44.65%
G = 39.69%
B = 15.67%

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

#AB983C (or 0xAB983C) is known color: Turmeric. HEX triplet: AB, 98 and 3C. RGB value is (171,152,60). Sum of RGB (Red+Green+Blue) = 171+152+60=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB983C is #5467C3. Grayscale: #939393. Windows color (decimal): -5531588 or 3971243. OLE color: 3971243.

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

Color convert

RGB 171 152 60 -
CMYK 0 0.11 0.65 0.33
HSL 49.73º 0.48% 0.45% -
HSV(B) 49.73º 0.65% 0.67% -
XYZ 28.84 31.44 8.82 -
YUV 147.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 171 152 60 0 0.11 0.65 0.33 49.73 0.48 0.45
Hex AB 98 3C 0 B 41 21 32 30 2D
Octal 253 230 74 0 13 101 41 62 60 55
Binary 10101011 10011000 111100 0 1011 1000001 100001 110010 110000 101101

Color Harmonies of #AB983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB983C

Black with #AB983C

Text Example


Text Example

White with #AB983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB983C; }

 p { color: rgb(171,152,60); }

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

background-color css

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

 a { background-color: rgb(171,152,60); }

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

border-color css

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

 span { border-color: rgb(171,152,60); }

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