Html Css Color HEX #AFA203 Lucky

📋 copy color: '#AFA203'

red 175 ◦ green 162 ◦ blue 3

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

Shades of Lucky #AFA203

Tints of Lucky #AFA203

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.65%

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

R = 51.47%
G = 47.65%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AFA203 (or 0xAFA203) is known color: Lucky. HEX triplet: AF, A2 and 03. RGB value is (175,162,3). Sum of RGB (Red+Green+Blue) = 175+162+3=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA203 is #505DFC. Grayscale: #949494. Windows color (decimal): -5266941 or 238255. OLE color: 238255.

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

Color convert

RGB 175 162 3 -
CMYK 0 0.07 0.98 0.31
HSL 55.47º 0.97% 0.35% -
HSV(B) 55.47º 0.98% 0.69% -
XYZ 30.62 34.96 5.22 -
YUV 147.76 46.31 147.43 -
System Red Green Blue C M Y K H S L
Decimal 175 162 3 0 0.07 0.98 0.31 55.47 0.97 0.35
Hex AF A2 3 0 7 62 1F 37 61 23
Octal 257 242 3 0 7 142 37 67 141 43
Binary 10101111 10100010 11 0 111 1100010 11111 110111 1100001 100011

Color Harmonies of #AFA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA203

Black with #AFA203

Text Example


Text Example

White with #AFA203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA203; }

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

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

background-color css

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

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

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

border-color css

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

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

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