Html Css Color HEX #AFA013 Lucky

📋 copy color: '#AFA013'

red 175 ◦ green 160 ◦ blue 19

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

Shades of Lucky #AFA013

Tints of Lucky #AFA013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

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

R = 49.44%
G = 45.2%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AFA013 (or 0xAFA013) is known color: Lucky. HEX triplet: AF, A0 and 13. RGB value is (175,160,19). Sum of RGB (Red+Green+Blue) = 175+160+19=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA013 is #505FEC. Grayscale: #949494. Windows color (decimal): -5267437 or 1286319. OLE color: 1286319.

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

Color convert

RGB 175 160 19 -
CMYK 0 0.09 0.89 0.31
HSL 54.23º 0.8% 0.38% -
HSV(B) 54.23º 0.89% 0.69% -
XYZ 30.37 34.3 5.64 -
YUV 148.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 175 160 19 0 0.09 0.89 0.31 54.23 0.8 0.38
Hex AF A0 13 0 9 59 1F 36 50 26
Octal 257 240 23 0 11 131 37 66 120 46
Binary 10101111 10100000 10011 0 1001 1011001 11111 110110 1010000 100110

Color Harmonies of #AFA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA013

Black with #AFA013

Text Example


Text Example

White with #AFA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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