Html Css Color HEX #AFA813 Lucky

📋 copy color: '#AFA813'

red 175 ◦ green 168 ◦ blue 19

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

Shades of Lucky #AFA813

Tints of Lucky #AFA813

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 48.34%
G = 46.41%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA813 (or 0xAFA813) is known color: Lucky. HEX triplet: AF, A8 and 13. RGB value is (175,168,19). Sum of RGB (Red+Green+Blue) = 175+168+19=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA813 is #5057EC. Grayscale: #999999. Windows color (decimal): -5265389 or 1288367. OLE color: 1288367.

HSL color Cylindrical-coordinate representation of color #AFA813: hue angle of 57.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AFA813 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 168 19 -
CMYK 0 0.04 0.89 0.31
HSL 57.31º 0.8% 0.38% -
HSV(B) 57.31º 0.89% 0.69% -
XYZ 31.8 37.17 6.11 -
YUV 153.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 175 168 19 0 0.04 0.89 0.31 57.31 0.8 0.38
Hex AF A8 13 0 4 59 1F 39 50 26
Octal 257 250 23 0 4 131 37 71 120 46
Binary 10101111 10101000 10011 0 100 1011001 11111 111001 1010000 100110

Color Harmonies of #AFA813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA813

Black with #AFA813

Text Example


Text Example

White with #AFA813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA813; }

 p { color: rgb(175,168,19); }

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

background-color css

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

 a { background-color: rgb(175,168,19); }

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

border-color css

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

 span { border-color: rgb(175,168,19); }

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