Html Css Color HEX #AFA000 Lucky

📋 copy color: '#AFA000'

red 175 ◦ green 160 ◦ blue 0

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

Shades of Lucky #AFA000

Tints of Lucky #AFA000

RGB

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

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

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

R = 52.24%
G = 47.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AFA000 (or 0xAFA000) is known color: Lucky. HEX triplet: AF, A0 and 00. RGB value is (175,160,0). Sum of RGB (Red+Green+Blue) = 175+160+0=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA000 is #505FFF. Grayscale: #929292. Windows color (decimal): -5267456 or 41135. OLE color: 41135.

HSL color Cylindrical-coordinate representation of color #AFA000: hue angle of 54.86º 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 #AFA000 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 0 -
CMYK 0 0.09 1 0.31
HSL 54.86º 1% 0.34% -
HSV(B) 54.86º 1% 0.69% -
XYZ 30.25 34.26 5.02 -
YUV 146.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 175 160 0 0 0.09 1 0.31 54.86 1 0.34
Hex AF A0 0 0 9 64 1F 37 64 22
Octal 257 240 0 0 11 144 37 67 144 42
Binary 10101111 10100000 0 0 1001 1100100 11111 110111 1100100 100010

Color Harmonies of #AFA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA000

Black with #AFA000

Text Example


Text Example

White with #AFA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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