Html Css Color HEX #AFA003 Lucky

📋 copy color: '#AFA003'

red 175 ◦ green 160 ◦ blue 3

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

Shades of Lucky #AFA003

Tints of Lucky #AFA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 51.78%
G = 47.34%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AFA003 (or 0xAFA003) is known color: Lucky. HEX triplet: AF, A0 and 03. RGB value is (175,160,3). Sum of RGB (Red+Green+Blue) = 175+160+3=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA003 is #505FFC. Grayscale: #939393. Windows color (decimal): -5267453 or 237743. OLE color: 237743.

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

Color convert

RGB 175 160 3 -
CMYK 0 0.09 0.98 0.31
HSL 54.77º 0.97% 0.35% -
HSV(B) 54.77º 0.98% 0.69% -
XYZ 30.27 34.26 5.1 -
YUV 146.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 175 160 3 0 0.09 0.98 0.31 54.77 0.97 0.35
Hex AF A0 3 0 9 62 1F 37 61 23
Octal 257 240 3 0 11 142 37 67 141 43
Binary 10101111 10100000 11 0 1001 1100010 11111 110111 1100001 100011

Color Harmonies of #AFA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA003

Black with #AFA003

Text Example


Text Example

White with #AFA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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