Html Css Color HEX #AD931C Lucky

📋 copy color: '#AD931C'

red 173 ◦ green 147 ◦ blue 28

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

Shades of Lucky #AD931C

Tints of Lucky #AD931C

RGB

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

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

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

R = 49.71%
G = 42.24%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD931C (or 0xAD931C) is known color: Lucky. HEX triplet: AD, 93 and 1C. RGB value is (173,147,28). Sum of RGB (Red+Green+Blue) = 173+147+28=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD931C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD931C is #526CE3. Grayscale: #8D8D8D. Windows color (decimal): -5401828 or 1872813. OLE color: 1872813.

HSL color Cylindrical-coordinate representation of color #AD931C: hue angle of 49.24º 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 #AD931C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 28 -
CMYK 0 0.15 0.84 0.32
HSL 49.24º 0.72% 0.39% -
HSV(B) 49.24º 0.84% 0.68% -
XYZ 27.88 29.84 5.39 -
YUV 141.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 173 147 28 0 0.15 0.84 0.32 49.24 0.72 0.39
Hex AD 93 1C 0 F 54 20 31 48 27
Octal 255 223 34 0 17 124 40 61 110 47
Binary 10101101 10010011 11100 0 1111 1010100 100000 110001 1001000 100111

Color Harmonies of #AD931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD931C

Black with #AD931C

Text Example


Text Example

White with #AD931C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD931C; }

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

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

background-color css

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

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

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

border-color css

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

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

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