#AF983A

Color #AF983A Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #AF983A

Tints of Turmeric #AF983A

Color information

#AF983A (or 0xAF983A) is unknown color: approx Turmeric. HEX triplet: AF, 98 and 3A. RGB value is (175,152,58). Sum of RGB (Red+Green+Blue) = 175+152+58=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF983A is #5067C5. Grayscale: #949494. Windows color (decimal): -5269446 or 3840175. OLE color: 3840175.

HSL color Cylindrical-coordinate representation of color #AF983A: hue angle of 48.21º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF983A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17515258-
CMYK00.130.670.31
HSL48.21º50.21%45.69%-
HSV(B)48.21º66.86%68.63%-
XYZ29.6731.888.59-
YUV148.1677.12147.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=45.45%
G=39.48%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751525800.130.670.3148.2150.2145.69
HexAF983A0D431F30322e
Octal2572307201510337606256
Binary101011111001100011101001101100001111111110000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF983A; }

 p { color: rgb(175,152,58); }

 H1.HeaderClassName
 {
   color: #AF983A;
 }
 .AnyTagClassName
 {
   color: #AF983A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,152,58); }

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

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

 span { border-color: rgb(175,152,58); }

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