Html Css Color HEX #AFA60B Lucky

📋 copy color: '#AFA60B'

red 175 ◦ green 166 ◦ blue 11

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

Shades of Lucky #AFA60B

Tints of Lucky #AFA60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 49.72%
G = 47.16%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFA60B (or 0xAFA60B) is known color: Lucky. HEX triplet: AF, A6 and 0B. RGB value is (175,166,11). Sum of RGB (Red+Green+Blue) = 175+166+11=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA60B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA60B is #5059F4. Grayscale: #979797. Windows color (decimal): -5265909 or 763567. OLE color: 763567.

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

Color convert

RGB 175 166 11 -
CMYK 0 0.05 0.94 0.31
HSL 56.71º 0.88% 0.36% -
HSV(B) 56.71º 0.94% 0.69% -
XYZ 31.38 36.41 5.69 -
YUV 151.02 48.98 145.1 -
System Red Green Blue C M Y K H S L
Decimal 175 166 11 0 0.05 0.94 0.31 56.71 0.88 0.36
Hex AF A6 B 0 5 5E 1F 39 58 24
Octal 257 246 13 0 5 136 37 71 130 44
Binary 10101111 10100110 1011 0 101 1011110 11111 111001 1011000 100100

Color Harmonies of #AFA60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA60B

Black with #AFA60B

Text Example


Text Example

White with #AFA60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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