Html Css Color HEX #AF9913 Lucky

📋 copy color: '#AF9913'

red 175 ◦ green 153 ◦ blue 19

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

Shades of Lucky #AF9913

Tints of Lucky #AF9913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.09%

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

R = 50.43%
G = 44.09%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF9913 (or 0xAF9913) is known color: Lucky. HEX triplet: AF, 99 and 13. RGB value is (175,153,19). Sum of RGB (Red+Green+Blue) = 175+153+19=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9913 is #5066EC. Grayscale: #909090. Windows color (decimal): -5269229 or 1284527. OLE color: 1284527.

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

Color convert

RGB 175 153 19 -
CMYK 0 0.13 0.89 0.31
HSL 51.54º 0.8% 0.38% -
HSV(B) 51.54º 0.89% 0.69% -
XYZ 29.19 31.94 5.24 -
YUV 144.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 175 153 19 0 0.13 0.89 0.31 51.54 0.8 0.38
Hex AF 99 13 0 D 59 1F 34 50 26
Octal 257 231 23 0 15 131 37 64 120 46
Binary 10101111 10011001 10011 0 1101 1011001 11111 110100 1010000 100110

Color Harmonies of #AF9913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9913

Black with #AF9913

Text Example


Text Example

White with #AF9913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9913; }

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

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

background-color css

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

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

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

border-color css

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

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

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