Html Css Color HEX #AF9514 Lucky

📋 copy color: '#AF9514'

red 175 ◦ green 149 ◦ blue 20

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

Shades of Lucky #AF9514

Tints of Lucky #AF9514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 50.87%
G = 43.31%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF9514 (or 0xAF9514) is known color: Lucky. HEX triplet: AF, 95 and 14. RGB value is (175,149,20). Sum of RGB (Red+Green+Blue) = 175+149+20=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9514 is #506AEB. Grayscale: #8E8E8E. Windows color (decimal): -5270252 or 1349039. OLE color: 1349039.

HSL color Cylindrical-coordinate representation of color #AF9514: hue angle of 49.94º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF9514 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 20 -
CMYK 0 0.15 0.89 0.31
HSL 49.94º 0.79% 0.38% -
HSV(B) 49.94º 0.89% 0.69% -
XYZ 28.55 30.66 5.07 -
YUV 142.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 175 149 20 0 0.15 0.89 0.31 49.94 0.79 0.38
Hex AF 95 14 0 F 59 1F 32 4F 26
Octal 257 225 24 0 17 131 37 62 117 46
Binary 10101111 10010101 10100 0 1111 1011001 11111 110010 1001111 100110

Color Harmonies of #AF9514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9514

Black with #AF9514

Text Example


Text Example

White with #AF9514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9514; }

 p { color: rgb(175,149,20); }

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

background-color css

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

 a { background-color: rgb(175,149,20); }

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

border-color css

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

 span { border-color: rgb(175,149,20); }

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