Html Css Color HEX #AFA713 Lucky

📋 copy color: '#AFA713'

red 175 ◦ green 167 ◦ blue 19

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

Shades of Lucky #AFA713

Tints of Lucky #AFA713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 48.48%
G = 46.26%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA713 (or 0xAFA713) is known color: Lucky. HEX triplet: AF, A7 and 13. RGB value is (175,167,19). Sum of RGB (Red+Green+Blue) = 175+167+19=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA713 is #5058EC. Grayscale: #999999. Windows color (decimal): -5265645 or 1288111. OLE color: 1288111.

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

Color convert

RGB 175 167 19 -
CMYK 0 0.05 0.89 0.31
HSL 56.92º 0.8% 0.38% -
HSV(B) 56.92º 0.89% 0.69% -
XYZ 31.62 36.8 6.05 -
YUV 152.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 175 167 19 0 0.05 0.89 0.31 56.92 0.8 0.38
Hex AF A7 13 0 5 59 1F 39 50 26
Octal 257 247 23 0 5 131 37 71 120 46
Binary 10101111 10100111 10011 0 101 1011001 11111 111001 1010000 100110

Color Harmonies of #AFA713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA713

Black with #AFA713

Text Example


Text Example

White with #AFA713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA713; }

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

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

background-color css

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

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

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

border-color css

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

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

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