Html Css Color HEX #AFA715 Lucky

📋 copy color: '#AFA715'

red 175 ◦ green 167 ◦ blue 21

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

Shades of Lucky #AFA715

Tints of Lucky #AFA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.01%

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

R = 48.21%
G = 46.01%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AFA715 (or 0xAFA715) is known color: Lucky. HEX triplet: AF, A7 and 15. RGB value is (175,167,21). Sum of RGB (Red+Green+Blue) = 175+167+21=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA715 is #5058EA. Grayscale: #999999. Windows color (decimal): -5265643 or 1419183. OLE color: 1419183.

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

Color convert

RGB 175 167 21 -
CMYK 0 0.05 0.88 0.31
HSL 56.88º 0.79% 0.38% -
HSV(B) 56.88º 0.88% 0.69% -
XYZ 31.63 36.81 6.15 -
YUV 152.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 175 167 21 0 0.05 0.88 0.31 56.88 0.79 0.38
Hex AF A7 15 0 5 58 1F 39 4F 26
Octal 257 247 25 0 5 130 37 71 117 46
Binary 10101111 10100111 10101 0 101 1011000 11111 111001 1001111 100110

Color Harmonies of #AFA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA715

Black with #AFA715

Text Example


Text Example

White with #AFA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA715; }

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

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

background-color css

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

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

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

border-color css

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

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

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