Html Css Color HEX #AD951F Lucky

📋 copy color: '#AD951F'

red 173 ◦ green 149 ◦ blue 31

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

Shades of Lucky #AD951F

Tints of Lucky #AD951F

RGB

 RED value IS 173 (67.97% from 255) = 49.01%

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

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 49.01%
G = 42.21%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD951F (or 0xAD951F) is known color: Lucky. HEX triplet: AD, 95 and 1F. RGB value is (173,149,31). Sum of RGB (Red+Green+Blue) = 173+149+31=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD951F is #526AE0. Grayscale: #8F8F8F. Windows color (decimal): -5401313 or 2069933. OLE color: 2069933.

HSL color Cylindrical-coordinate representation of color #AD951F: hue angle of 49.86º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD951F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 149 31 -
CMYK 0 0.14 0.82 0.32
HSL 49.86º 0.7% 0.4% -
HSV(B) 49.86º 0.82% 0.68% -
XYZ 28.23 30.48 5.69 -
YUV 142.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 173 149 31 0 0.14 0.82 0.32 49.86 0.7 0.4
Hex AD 95 1F 0 E 52 20 32 46 28
Octal 255 225 37 0 16 122 40 62 106 50
Binary 10101101 10010101 11111 0 1110 1010010 100000 110010 1000110 101000

Color Harmonies of #AD951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD951F

Black with #AD951F

Text Example


Text Example

White with #AD951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD951F; }

 p { color: rgb(173,149,31); }

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

background-color css

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

 a { background-color: rgb(173,149,31); }

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

border-color css

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

 span { border-color: rgb(173,149,31); }

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