Html Css Color HEX #AFA811 Lucky

📋 copy color: '#AFA811'

red 175 ◦ green 168 ◦ blue 17

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

Shades of Lucky #AFA811

Tints of Lucky #AFA811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.72%

R = 48.61%
G = 46.67%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AFA811 (or 0xAFA811) is known color: Lucky. HEX triplet: AF, A8 and 11. RGB value is (175,168,17). Sum of RGB (Red+Green+Blue) = 175+168+17=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA811 is #5057EE. Grayscale: #999999. Windows color (decimal): -5265391 or 1157295. OLE color: 1157295.

HSL color Cylindrical-coordinate representation of color #AFA811: hue angle of 57.34º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFA811 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 17 -
CMYK 0 0.04 0.90 0.31
HSL 57.34º 0.82% 0.38% -
HSV(B) 57.34º 0.9% 0.69% -
XYZ 31.78 37.16 6.03 -
YUV 152.88 51.32 143.78 -
System Red Green Blue C M Y K H S L
Decimal 175 168 17 0 0.04 0.90 0.31 57.34 0.82 0.38
Hex AF A8 11 0 4 5A 1F 39 52 26
Octal 257 250 21 0 4 132 37 71 122 46
Binary 10101111 10101000 10001 0 100 1011010 11111 111001 1010010 100110

Color Harmonies of #AFA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA811

Black with #AFA811

Text Example


Text Example

White with #AFA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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