Html Css Color HEX #AFA319 Lucky

📋 copy color: '#AFA319'

red 175 ◦ green 163 ◦ blue 25

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

Shades of Lucky #AFA319

Tints of Lucky #AFA319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 48.21%
G = 44.9%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AFA319 (or 0xAFA319) is known color: Lucky. HEX triplet: AF, A3 and 19. RGB value is (175,163,25). Sum of RGB (Red+Green+Blue) = 175+163+25=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA319 is #505CE6. Grayscale: #979797. Windows color (decimal): -5266663 or 1680303. OLE color: 1680303.

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

Color convert

RGB 175 163 25 -
CMYK 0 0.07 0.86 0.31
HSL 55.2º 0.75% 0.39% -
HSV(B) 55.2º 0.86% 0.69% -
XYZ 30.95 35.38 6.12 -
YUV 150.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 175 163 25 0 0.07 0.86 0.31 55.2 0.75 0.39
Hex AF A3 19 0 7 56 1F 37 4B 27
Octal 257 243 31 0 7 126 37 67 113 47
Binary 10101111 10100011 11001 0 111 1010110 11111 110111 1001011 100111

Color Harmonies of #AFA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA319

Black with #AFA319

Text Example


Text Example

White with #AFA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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