Html Css Color HEX #AB983E Turmeric

📋 copy color: '#AB983E'

red 171 ◦ green 152 ◦ blue 62

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

Shades of Turmeric #AB983E

Tints of Turmeric #AB983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 44.42%
G = 39.48%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB983E (or 0xAB983E) is known color: Turmeric. HEX triplet: AB, 98 and 3E. RGB value is (171,152,62). Sum of RGB (Red+Green+Blue) = 171+152+62=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB983E is #5467C1. Grayscale: #939393. Windows color (decimal): -5531586 or 4102315. OLE color: 4102315.

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

Color convert

RGB 171 152 62 -
CMYK 0 0.11 0.64 0.33
HSL 49.54º 0.47% 0.46% -
HSV(B) 49.54º 0.64% 0.67% -
XYZ 28.89 31.46 9.11 -
YUV 147.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 171 152 62 0 0.11 0.64 0.33 49.54 0.47 0.46
Hex AB 98 3E 0 B 40 21 32 2F 2E
Octal 253 230 76 0 13 100 41 62 57 56
Binary 10101011 10011000 111110 0 1011 1000000 100001 110010 101111 101110

Color Harmonies of #AB983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB983E

Black with #AB983E

Text Example


Text Example

White with #AB983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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