Html Css Color HEX #AF9E11 Lucky

📋 copy color: '#AF9E11'

red 175 ◦ green 158 ◦ blue 17

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

Shades of Lucky #AF9E11

Tints of Lucky #AF9E11

RGB

 RED value IS 175 (68.75% from 255) = 50%

 GREEN value IS 158 (62.11% from 255) = 45.14%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 50%
G = 45.14%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF9E11 (or 0xAF9E11) is known color: Lucky. HEX triplet: AF, 9E and 11. RGB value is (175,158,17). Sum of RGB (Red+Green+Blue) = 175+158+17=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9E11 is #5061EE. Grayscale: #939393. Windows color (decimal): -5267951 or 1154735. OLE color: 1154735.

HSL color Cylindrical-coordinate representation of color #AF9E11: hue angle of 53.54º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF9E11 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 158 17 -
CMYK 0 0.10 0.90 0.31
HSL 53.54º 0.82% 0.38% -
HSV(B) 53.54º 0.9% 0.69% -
XYZ 30.01 33.61 5.44 -
YUV 147.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 175 158 17 0 0.10 0.90 0.31 53.54 0.82 0.38
Hex AF 9E 11 0 A 5A 1F 36 52 26
Octal 257 236 21 0 12 132 37 66 122 46
Binary 10101111 10011110 10001 0 1010 1011010 11111 110110 1010010 100110

Color Harmonies of #AF9E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9E11

Black with #AF9E11

Text Example


Text Example

White with #AF9E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9E11; }

 p { color: rgb(175,158,17); }

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

background-color css

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

 a { background-color: rgb(175,158,17); }

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

border-color css

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

 span { border-color: rgb(175,158,17); }

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