Html Css Color HEX #AFA314 Lucky

📋 copy color: '#AFA314'

red 175 ◦ green 163 ◦ blue 20

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

Shades of Lucky #AFA314

Tints of Lucky #AFA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.53%

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

R = 48.88%
G = 45.53%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA314 (or 0xAFA314) is known color: Lucky. HEX triplet: AF, A3 and 14. RGB value is (175,163,20). Sum of RGB (Red+Green+Blue) = 175+163+20=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA314 is #505CEB. Grayscale: #969696. Windows color (decimal): -5266668 or 1352623. OLE color: 1352623.

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

Color convert

RGB 175 163 20 -
CMYK 0 0.07 0.89 0.31
HSL 55.35º 0.79% 0.38% -
HSV(B) 55.35º 0.89% 0.69% -
XYZ 30.9 35.36 5.86 -
YUV 150.29 54.48 145.63 -
System Red Green Blue C M Y K H S L
Decimal 175 163 20 0 0.07 0.89 0.31 55.35 0.79 0.38
Hex AF A3 14 0 7 59 1F 37 4F 26
Octal 257 243 24 0 7 131 37 67 117 46
Binary 10101111 10100011 10100 0 111 1011001 11111 110111 1001111 100110

Color Harmonies of #AFA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA314

Black with #AFA314

Text Example


Text Example

White with #AFA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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