#AF923E

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

Shades of Turmeric #AF923E

Tints of Turmeric #AF923E

Color information

#AF923E (or 0xAF923E) is unknown color: approx Turmeric. HEX triplet: AF, 92 and 3E. RGB value is (175,146,62). Sum of RGB (Red+Green+Blue) = 175+146+62=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF923E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF923E is #506DC1. Grayscale: #919191. Windows color (decimal): -5270978 or 4100783. OLE color: 4100783.

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

Color convert

RGB17514662-
CMYK00.170.650.31
HSL44.6º47.68%46.47%-
HSV(B)44.6º64.57%68.63%-
XYZ28.8330.028.83-
YUV145.181.11149.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=45.69%
G=38.12%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751466200.170.650.3144.647.6846.47
HexAF923E011411F2d302e
Octal2572227602110137556056
Binary1010111110010010111110010001100000111111101101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF923E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF923E; }

 p { color: rgb(175,146,62); }

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

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

 a { background-color: rgb(175,146,62); }

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

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

 span { border-color: rgb(175,146,62); }

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