#AF9A1B

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

Shades of Lucky #AF9A1B

Tints of Lucky #AF9A1B

Color information

#AF9A1B (or 0xAF9A1B) is unknown color: approx Lucky. HEX triplet: AF, 9A and 1B. RGB value is (175,154,27). Sum of RGB (Red+Green+Blue) = 175+154+27=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9A1B is #5065E4. Grayscale: #929292. Windows color (decimal): -5268965 or 1809071. OLE color: 1809071.

HSL color Cylindrical-coordinate representation of color #AF9A1B: hue angle of 51.49º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF9A1B is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17515427-
CMYK00.120.850.31
HSL51.49º73.27%39.61%-
HSV(B)51.49º84.57%68.63%-
XYZ29.4332.35.72-
YUV145.860.96148.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 27 (10.94% from 255) = 7.58%
R=49.16%
G=43.26%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751542700.120.850.3151.4973.2739.61
HexAF9A1B0C551F334928
Octal25723233014125376311150
Binary101011111001101011011011001010101111111100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A1B; }

 p { color: rgb(175,154,27); }

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

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

 a { background-color: rgb(175,154,27); }

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

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

 span { border-color: rgb(175,154,27); }

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