Html Css Color HEX #AFA80E Lucky

📋 copy color: '#AFA80E'

red 175 ◦ green 168 ◦ blue 14

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

Shades of Lucky #AFA80E

Tints of Lucky #AFA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.06%

 BLUE value IS 14 (5.86% from 255) = 3.92%

R = 49.02%
G = 47.06%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AFA80E (or 0xAFA80E) is known color: Lucky. HEX triplet: AF, A8 and 0E. RGB value is (175,168,14). Sum of RGB (Red+Green+Blue) = 175+168+14=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA80E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA80E is #5057F1. Grayscale: #999999. Windows color (decimal): -5265394 or 960687. OLE color: 960687.

HSL color Cylindrical-coordinate representation of color #AFA80E: hue angle of 57.39º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFA80E is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 14 -
CMYK 0 0.04 0.92 0.31
HSL 57.39º 0.85% 0.37% -
HSV(B) 57.39º 0.92% 0.69% -
XYZ 31.76 37.15 5.91 -
YUV 152.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 175 168 14 0 0.04 0.92 0.31 57.39 0.85 0.37
Hex AF A8 E 0 4 5C 1F 39 55 25
Octal 257 250 16 0 4 134 37 71 125 45
Binary 10101111 10101000 1110 0 100 1011100 11111 111001 1010101 100101

Color Harmonies of #AFA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA80E

Black with #AFA80E

Text Example


Text Example

White with #AFA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA80E; }

 p { color: rgb(175,168,14); }

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

background-color css

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

 a { background-color: rgb(175,168,14); }

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

border-color css

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

 span { border-color: rgb(175,168,14); }

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