Html Css Color HEX #AFA60E Lucky

📋 copy color: '#AFA60E'

red 175 ◦ green 166 ◦ blue 14

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

Shades of Lucky #AFA60E

Tints of Lucky #AFA60E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.76%

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

R = 49.3%
G = 46.76%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AFA60E (or 0xAFA60E) is known color: Lucky. HEX triplet: AF, A6 and 0E. RGB value is (175,166,14). Sum of RGB (Red+Green+Blue) = 175+166+14=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA60E is #5059F1. Grayscale: #979797. Windows color (decimal): -5265906 or 960175. OLE color: 960175.

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

Color convert

RGB 175 166 14 -
CMYK 0 0.05 0.92 0.31
HSL 56.65º 0.85% 0.37% -
HSV(B) 56.65º 0.92% 0.69% -
XYZ 31.39 36.42 5.79 -
YUV 151.36 50.48 144.86 -
System Red Green Blue C M Y K H S L
Decimal 175 166 14 0 0.05 0.92 0.31 56.65 0.85 0.37
Hex AF A6 E 0 5 5C 1F 39 55 25
Octal 257 246 16 0 5 134 37 71 125 45
Binary 10101111 10100110 1110 0 101 1011100 11111 111001 1010101 100101

Color Harmonies of #AFA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA60E

Black with #AFA60E

Text Example


Text Example

White with #AFA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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