Html Css Color HEX #AFA31C Lucky

📋 copy color: '#AFA31C'

red 175 ◦ green 163 ◦ blue 28

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

Shades of Lucky #AFA31C

Tints of Lucky #AFA31C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 47.81%
G = 44.54%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AFA31C (or 0xAFA31C) is known color: Lucky. HEX triplet: AF, A3 and 1C. RGB value is (175,163,28). Sum of RGB (Red+Green+Blue) = 175+163+28=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA31C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA31C is #505CE3. Grayscale: #979797. Windows color (decimal): -5266660 or 1876911. OLE color: 1876911.

HSL color Cylindrical-coordinate representation of color #AFA31C: hue angle of 55.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AFA31C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 163 28 -
CMYK 0 0.07 0.84 0.31
HSL 55.1º 0.72% 0.4% -
HSV(B) 55.1º 0.84% 0.69% -
XYZ 30.99 35.39 6.3 -
YUV 151.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 175 163 28 0 0.07 0.84 0.31 55.1 0.72 0.4
Hex AF A3 1C 0 7 54 1F 37 48 28
Octal 257 243 34 0 7 124 37 67 110 50
Binary 10101111 10100011 11100 0 111 1010100 11111 110111 1001000 101000

Color Harmonies of #AFA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA31C

Black with #AFA31C

Text Example


Text Example

White with #AFA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA31C; }

 p { color: rgb(175,163,28); }

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

background-color css

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

 a { background-color: rgb(175,163,28); }

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

border-color css

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

 span { border-color: rgb(175,163,28); }

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