Html Css Color HEX #AFA014 Lucky

📋 copy color: '#AFA014'

red 175 ◦ green 160 ◦ blue 20

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

Shades of Lucky #AFA014

Tints of Lucky #AFA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.07%

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

R = 49.3%
G = 45.07%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA014 (or 0xAFA014) is known color: Lucky. HEX triplet: AF, A0 and 14. RGB value is (175,160,20). Sum of RGB (Red+Green+Blue) = 175+160+20=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA014 is #505FEB. Grayscale: #959595. Windows color (decimal): -5267436 or 1351855. OLE color: 1351855.

HSL color Cylindrical-coordinate representation of color #AFA014: hue angle of 54.19º 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 #AFA014 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 20 -
CMYK 0 0.09 0.89 0.31
HSL 54.19º 0.79% 0.38% -
HSV(B) 54.19º 0.89% 0.69% -
XYZ 30.38 34.31 5.68 -
YUV 148.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 175 160 20 0 0.09 0.89 0.31 54.19 0.79 0.38
Hex AF A0 14 0 9 59 1F 36 4F 26
Octal 257 240 24 0 11 131 37 66 117 46
Binary 10101111 10100000 10100 0 1001 1011001 11111 110110 1001111 100110

Color Harmonies of #AFA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA014

Black with #AFA014

Text Example


Text Example

White with #AFA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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