Html Css Color HEX #AF9F1E Lucky

📋 copy color: '#AF9F1E'

red 175 ◦ green 159 ◦ blue 30

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

Shades of Lucky #AF9F1E

Tints of Lucky #AF9F1E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 48.08%
G = 43.68%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF9F1E (or 0xAF9F1E) is known color: Lucky. HEX triplet: AF, 9F and 1E. RGB value is (175,159,30). Sum of RGB (Red+Green+Blue) = 175+159+30=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9F1E is #5060E1. Grayscale: #959595. Windows color (decimal): -5267682 or 2006959. OLE color: 2006959.

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

Color convert

RGB 175 159 30 -
CMYK 0 0.09 0.83 0.31
HSL 53.38º 0.71% 0.4% -
HSV(B) 53.38º 0.83% 0.69% -
XYZ 30.31 34 6.19 -
YUV 149.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 175 159 30 0 0.09 0.83 0.31 53.38 0.71 0.4
Hex AF 9F 1E 0 9 53 1F 35 47 28
Octal 257 237 36 0 11 123 37 65 107 50
Binary 10101111 10011111 11110 0 1001 1010011 11111 110101 1000111 101000

Color Harmonies of #AF9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9F1E

Black with #AF9F1E

Text Example


Text Example

White with #AF9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9F1E; }

 p { color: rgb(175,159,30); }

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

background-color css

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

 a { background-color: rgb(175,159,30); }

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

border-color css

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

 span { border-color: rgb(175,159,30); }

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