Html Css Color HEX #AFA015 Lucky

📋 copy color: '#AFA015'

red 175 ◦ green 160 ◦ blue 21

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

Shades of Lucky #AFA015

Tints of Lucky #AFA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 49.16%
G = 44.94%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AFA015 (or 0xAFA015) is known color: Lucky. HEX triplet: AF, A0 and 15. RGB value is (175,160,21). Sum of RGB (Red+Green+Blue) = 175+160+21=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA015 is #505FEA. Grayscale: #959595. Windows color (decimal): -5267435 or 1417391. OLE color: 1417391.

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

Color convert

RGB 175 160 21 -
CMYK 0 0.09 0.88 0.31
HSL 54.16º 0.79% 0.38% -
HSV(B) 54.16º 0.88% 0.69% -
XYZ 30.39 34.31 5.73 -
YUV 148.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 175 160 21 0 0.09 0.88 0.31 54.16 0.79 0.38
Hex AF A0 15 0 9 58 1F 36 4F 26
Octal 257 240 25 0 11 130 37 66 117 46
Binary 10101111 10100000 10101 0 1001 1011000 11111 110110 1001111 100110

Color Harmonies of #AFA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA015

Black with #AFA015

Text Example


Text Example

White with #AFA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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