Html Css Color HEX #AFA001 Lucky

📋 copy color: '#AFA001'

red 175 ◦ green 160 ◦ blue 1

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

Shades of Lucky #AFA001

Tints of Lucky #AFA001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 52.08%
G = 47.62%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AFA001 (or 0xAFA001) is known color: Lucky. HEX triplet: AF, A0 and 01. RGB value is (175,160,1). Sum of RGB (Red+Green+Blue) = 175+160+1=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA001 is #505FFE. Grayscale: #939393. Windows color (decimal): -5267455 or 106671. OLE color: 106671.

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

Color convert

RGB 175 160 1 -
CMYK 0 0.09 0.99 0.31
HSL 54.83º 0.99% 0.35% -
HSV(B) 54.83º 0.99% 0.69% -
XYZ 30.26 34.26 5.05 -
YUV 146.36 45.97 148.43 -
System Red Green Blue C M Y K H S L
Decimal 175 160 1 0 0.09 0.99 0.31 54.83 0.99 0.35
Hex AF A0 1 0 9 63 1F 37 63 23
Octal 257 240 1 0 11 143 37 67 143 43
Binary 10101111 10100000 1 0 1001 1100011 11111 110111 1100011 100011

Color Harmonies of #AFA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA001

Black with #AFA001

Text Example


Text Example

White with #AFA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA001; }

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

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

background-color css

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

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

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

border-color css

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

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

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