Html Css Color HEX #AF9903 Lucky

📋 copy color: '#AF9903'

red 175 ◦ green 153 ◦ blue 3

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

Shades of Lucky #AF9903

Tints of Lucky #AF9903

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 52.87%
G = 46.22%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF9903 (or 0xAF9903) is known color: Lucky. HEX triplet: AF, 99 and 03. RGB value is (175,153,3). Sum of RGB (Red+Green+Blue) = 175+153+3=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9903 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9903 is #5066FC. Grayscale: #8F8F8F. Windows color (decimal): -5269245 or 235951. OLE color: 235951.

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

Color convert

RGB 175 153 3 -
CMYK 0 0.13 0.98 0.31
HSL 52.33º 0.97% 0.35% -
HSV(B) 52.33º 0.98% 0.69% -
XYZ 29.09 31.9 4.71 -
YUV 142.48 49.29 151.2 -
System Red Green Blue C M Y K H S L
Decimal 175 153 3 0 0.13 0.98 0.31 52.33 0.97 0.35
Hex AF 99 3 0 D 62 1F 34 61 23
Octal 257 231 3 0 15 142 37 64 141 43
Binary 10101111 10011001 11 0 1101 1100010 11111 110100 1100001 100011

Color Harmonies of #AF9903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9903

Black with #AF9903

Text Example


Text Example

White with #AF9903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9903; }

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

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

background-color css

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

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

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

border-color css

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

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

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