Html Css Color HEX #AF950E Lucky

📋 copy color: '#AF950E'

red 175 ◦ green 149 ◦ blue 14

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

Shades of Lucky #AF950E

Tints of Lucky #AF950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 51.78%
G = 44.08%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF950E (or 0xAF950E) is known color: Lucky. HEX triplet: AF, 95 and 0E. RGB value is (175,149,14). Sum of RGB (Red+Green+Blue) = 175+149+14=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF950E is #506AF1. Grayscale: #8D8D8D. Windows color (decimal): -5270258 or 955823. OLE color: 955823.

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

Color convert

RGB 175 149 14 -
CMYK 0 0.15 0.92 0.31
HSL 50.31º 0.85% 0.37% -
HSV(B) 50.31º 0.92% 0.69% -
XYZ 28.51 30.64 4.83 -
YUV 141.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 175 149 14 0 0.15 0.92 0.31 50.31 0.85 0.37
Hex AF 95 E 0 F 5C 1F 32 55 25
Octal 257 225 16 0 17 134 37 62 125 45
Binary 10101111 10010101 1110 0 1111 1011100 11111 110010 1010101 100101

Color Harmonies of #AF950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF950E

Black with #AF950E

Text Example


Text Example

White with #AF950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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