Html Css Color HEX #AF950D Lucky

📋 copy color: '#AF950D'

red 175 ◦ green 149 ◦ blue 13

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

Shades of Lucky #AF950D

Tints of Lucky #AF950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 51.93%
G = 44.21%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF950D (or 0xAF950D) is known color: Lucky. HEX triplet: AF, 95 and 0D. RGB value is (175,149,13). Sum of RGB (Red+Green+Blue) = 175+149+13=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF950D is #506AF2. Grayscale: #8D8D8D. Windows color (decimal): -5270259 or 890287. OLE color: 890287.

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

Color convert

RGB 175 149 13 -
CMYK 0 0.15 0.93 0.31
HSL 50.37º 0.86% 0.37% -
HSV(B) 50.37º 0.93% 0.69% -
XYZ 28.5 30.64 4.79 -
YUV 141.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 175 149 13 0 0.15 0.93 0.31 50.37 0.86 0.37
Hex AF 95 D 0 F 5D 1F 32 56 25
Octal 257 225 15 0 17 135 37 62 126 45
Binary 10101111 10010101 1101 0 1111 1011101 11111 110010 1010110 100101

Color Harmonies of #AF950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF950D

Black with #AF950D

Text Example


Text Example

White with #AF950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF950D; }

 p { color: rgb(175,149,13); }

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

background-color css

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

 a { background-color: rgb(175,149,13); }

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

border-color css

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

 span { border-color: rgb(175,149,13); }

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