Html Css Color HEX #AFA610 Lucky

📋 copy color: '#AFA610'

red 175 ◦ green 166 ◦ blue 16

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

Shades of Lucky #AFA610

Tints of Lucky #AFA610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 49.02%
G = 46.5%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AFA610 (or 0xAFA610) is known color: Lucky. HEX triplet: AF, A6 and 10. RGB value is (175,166,16). Sum of RGB (Red+Green+Blue) = 175+166+16=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA610 is #5059EF. Grayscale: #989898. Windows color (decimal): -5265904 or 1091247. OLE color: 1091247.

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

Color convert

RGB 175 166 16 -
CMYK 0 0.05 0.91 0.31
HSL 56.6º 0.83% 0.37% -
HSV(B) 56.6º 0.91% 0.69% -
XYZ 31.41 36.42 5.87 -
YUV 151.59 51.48 144.7 -
System Red Green Blue C M Y K H S L
Decimal 175 166 16 0 0.05 0.91 0.31 56.6 0.83 0.37
Hex AF A6 10 0 5 5B 1F 39 53 25
Octal 257 246 20 0 5 133 37 71 123 45
Binary 10101111 10100110 10000 0 101 1011011 11111 111001 1010011 100101

Color Harmonies of #AFA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA610

Black with #AFA610

Text Example


Text Example

White with #AFA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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