#AF9823

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

Shades of Lucky #AF9823

Tints of Lucky #AF9823

Color information

#AF9823 (or 0xAF9823) is unknown color: approx Lucky. HEX triplet: AF, 98 and 23. RGB value is (175,152,35). Sum of RGB (Red+Green+Blue) = 175+152+35=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9823 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9823 is #5067DC. Grayscale: #929292. Windows color (decimal): -5269469 or 2332847. OLE color: 2332847.

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

Color convert

RGB17515235-
CMYK00.130.80.31
HSL50.14º66.67%41.18%-
HSV(B)50.14º80%68.63%-
XYZ29.2131.696.17-
YUV145.5465.62149.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.34%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 35 (14.06% from 255) = 9.67%
R=48.34%
G=41.99%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.8
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751523500.130.80.3150.1466.6741.18
HexAF98230D501F324329
Octal25723043015120376210351
Binary1010111110011000100011011011010000111111100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9823; }

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

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

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

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

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

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

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

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