Html Css Color HEX #AFA01F Lucky

📋 copy color: '#AFA01F'

red 175 ◦ green 160 ◦ blue 31

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

Shades of Lucky #AFA01F

Tints of Lucky #AFA01F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.72%

 BLUE value IS 31 (12.5% from 255) = 8.47%

R = 47.81%
G = 43.72%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AFA01F (or 0xAFA01F) is known color: Lucky. HEX triplet: AF, A0 and 1F. RGB value is (175,160,31). Sum of RGB (Red+Green+Blue) = 175+160+31=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 31 (12.5% from 255 or 8.47% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA01F is #505FE0. Grayscale: #969696. Windows color (decimal): -5267425 or 2072751. OLE color: 2072751.

HSL color Cylindrical-coordinate representation of color #AFA01F: hue angle of 53.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFA01F is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 31 -
CMYK 0 0.09 0.82 0.31
HSL 53.75º 0.7% 0.4% -
HSV(B) 53.75º 0.82% 0.69% -
XYZ 30.5 34.35 6.32 -
YUV 149.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 175 160 31 0 0.09 0.82 0.31 53.75 0.7 0.4
Hex AF A0 1F 0 9 52 1F 36 46 28
Octal 257 240 37 0 11 122 37 66 106 50
Binary 10101111 10100000 11111 0 1001 1010010 11111 110110 1000110 101000

Color Harmonies of #AFA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA01F

Black with #AFA01F

Text Example


Text Example

White with #AFA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA01F; }

 p { color: rgb(175,160,31); }

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

background-color css

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

 a { background-color: rgb(175,160,31); }

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

border-color css

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

 span { border-color: rgb(175,160,31); }

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