Html Css Color HEX #AD951C Lucky

📋 copy color: '#AD951C'

red 173 ◦ green 149 ◦ blue 28

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

Shades of Lucky #AD951C

Tints of Lucky #AD951C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8%

R = 49.43%
G = 42.57%
B = 8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD951C (or 0xAD951C) is known color: Lucky. HEX triplet: AD, 95 and 1C. RGB value is (173,149,28). Sum of RGB (Red+Green+Blue) = 173+149+28=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD951C is #526AE3. Grayscale: #8E8E8E. Windows color (decimal): -5401316 or 1873325. OLE color: 1873325.

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

Color convert

RGB 173 149 28 -
CMYK 0 0.14 0.84 0.32
HSL 50.07º 0.72% 0.39% -
HSV(B) 50.07º 0.84% 0.68% -
XYZ 28.19 30.46 5.49 -
YUV 142.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 173 149 28 0 0.14 0.84 0.32 50.07 0.72 0.39
Hex AD 95 1C 0 E 54 20 32 48 27
Octal 255 225 34 0 16 124 40 62 110 47
Binary 10101101 10010101 11100 0 1110 1010100 100000 110010 1001000 100111

Color Harmonies of #AD951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD951C

Black with #AD951C

Text Example


Text Example

White with #AD951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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