Html Css Color HEX #AF9313 Lucky

📋 copy color: '#AF9313'

red 175 ◦ green 147 ◦ blue 19

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

Shades of Lucky #AF9313

Tints of Lucky #AF9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

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

R = 51.32%
G = 43.11%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF9313 (or 0xAF9313) is known color: Lucky. HEX triplet: AF, 93 and 13. RGB value is (175,147,19). Sum of RGB (Red+Green+Blue) = 175+147+19=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9313 is #506CEC. Grayscale: #8D8D8D. Windows color (decimal): -5270765 or 1282991. OLE color: 1282991.

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

Color convert

RGB 175 147 19 -
CMYK 0 0.16 0.89 0.31
HSL 49.23º 0.8% 0.38% -
HSV(B) 49.23º 0.89% 0.69% -
XYZ 28.23 30.03 4.92 -
YUV 140.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 175 147 19 0 0.16 0.89 0.31 49.23 0.8 0.38
Hex AF 93 13 0 10 59 1F 31 50 26
Octal 257 223 23 0 20 131 37 61 120 46
Binary 10101111 10010011 10011 0 10000 1011001 11111 110001 1010000 100110

Color Harmonies of #AF9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9313

Black with #AF9313

Text Example


Text Example

White with #AF9313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9313; }

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

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

background-color css

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

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

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

border-color css

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

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

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