Html Css Color HEX #AFA605 Lucky

📋 copy color: '#AFA605'

red 175 ◦ green 166 ◦ blue 5

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

Shades of Lucky #AFA605

Tints of Lucky #AFA605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 50.58%
G = 47.98%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AFA605 (or 0xAFA605) is known color: Lucky. HEX triplet: AF, A6 and 05. RGB value is (175,166,5). Sum of RGB (Red+Green+Blue) = 175+166+5=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA605 is #5059FA. Grayscale: #969696. Windows color (decimal): -5265915 or 370351. OLE color: 370351.

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

Color convert

RGB 175 166 5 -
CMYK 0 0.05 0.97 0.31
HSL 56.82º 0.94% 0.35% -
HSV(B) 56.82º 0.97% 0.69% -
XYZ 31.34 36.4 5.52 -
YUV 150.34 45.98 145.59 -
System Red Green Blue C M Y K H S L
Decimal 175 166 5 0 0.05 0.97 0.31 56.82 0.94 0.35
Hex AF A6 5 0 5 61 1F 39 5E 23
Octal 257 246 5 0 5 141 37 71 136 43
Binary 10101111 10100110 101 0 101 1100001 11111 111001 1011110 100011

Color Harmonies of #AFA605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA605

Black with #AFA605

Text Example


Text Example

White with #AFA605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA605; }

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

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

background-color css

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

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

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

border-color css

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

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

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