Html Css Color HEX #AFA41C Lucky

📋 copy color: '#AFA41C'

red 175 ◦ green 164 ◦ blue 28

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

Shades of Lucky #AFA41C

Tints of Lucky #AFA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

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

R = 47.68%
G = 44.69%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AFA41C (or 0xAFA41C) is known color: Lucky. HEX triplet: AF, A4 and 1C. RGB value is (175,164,28). Sum of RGB (Red+Green+Blue) = 175+164+28=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA41C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA41C is #505BE3. Grayscale: #989898. Windows color (decimal): -5266404 or 1877167. OLE color: 1877167.

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

Color convert

RGB 175 164 28 -
CMYK 0 0.06 0.84 0.31
HSL 55.51º 0.72% 0.4% -
HSV(B) 55.51º 0.84% 0.69% -
XYZ 31.16 35.75 6.36 -
YUV 151.79 58.14 144.56 -
System Red Green Blue C M Y K H S L
Decimal 175 164 28 0 0.06 0.84 0.31 55.51 0.72 0.4
Hex AF A4 1C 0 6 54 1F 38 48 28
Octal 257 244 34 0 6 124 37 70 110 50
Binary 10101111 10100100 11100 0 110 1010100 11111 111000 1001000 101000

Color Harmonies of #AFA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA41C

Black with #AFA41C

Text Example


Text Example

White with #AFA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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