Html Css Color HEX #AFA100 Lucky

📋 copy color: '#AFA100'

red 175 ◦ green 161 ◦ blue 0

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

Shades of Lucky #AFA100

Tints of Lucky #AFA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.08%
G = 47.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AFA100 (or 0xAFA100) is known color: Lucky. HEX triplet: AF, A1 and 00. RGB value is (175,161,0). Sum of RGB (Red+Green+Blue) = 175+161+0=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA100 is #505EFF. Grayscale: #939393. Windows color (decimal): -5267200 or 41391. OLE color: 41391.

HSL color Cylindrical-coordinate representation of color #AFA100: hue angle of 55.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFA100 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 0 -
CMYK 0 0.08 1 0.31
HSL 55.2º 1% 0.34% -
HSV(B) 55.2º 1% 0.69% -
XYZ 30.42 34.6 5.08 -
YUV 146.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 175 161 0 0 0.08 1 0.31 55.2 1 0.34
Hex AF A1 0 0 8 64 1F 37 64 22
Octal 257 241 0 0 10 144 37 67 144 42
Binary 10101111 10100001 0 0 1000 1100100 11111 110111 1100100 100010

Color Harmonies of #AFA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA100

Black with #AFA100

Text Example


Text Example

White with #AFA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA100; }

 p { color: rgb(175,161,0); }

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

background-color css

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

 a { background-color: rgb(175,161,0); }

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

border-color css

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

 span { border-color: rgb(175,161,0); }

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