Html Css Color HEX #AD911B Lucky

📋 copy color: '#AD911B'

red 173 ◦ green 145 ◦ blue 27

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

Shades of Lucky #AD911B

Tints of Lucky #AD911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.03%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 50.14%
G = 42.03%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD911B (or 0xAD911B) is known color: Lucky. HEX triplet: AD, 91 and 1B. RGB value is (173,145,27). Sum of RGB (Red+Green+Blue) = 173+145+27=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #AD911B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD911B is #526EE4. Grayscale: #8C8C8C. Windows color (decimal): -5402341 or 1806765. OLE color: 1806765.

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

Color convert

RGB 173 145 27 -
CMYK 0 0.16 0.84 0.32
HSL 48.49º 0.73% 0.39% -
HSV(B) 48.49º 0.84% 0.68% -
XYZ 27.56 29.21 5.22 -
YUV 139.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 173 145 27 0 0.16 0.84 0.32 48.49 0.73 0.39
Hex AD 91 1B 0 10 54 20 30 49 27
Octal 255 221 33 0 20 124 40 60 111 47
Binary 10101101 10010001 11011 0 10000 1010100 100000 110000 1001001 100111

Color Harmonies of #AD911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD911B

Black with #AD911B

Text Example


Text Example

White with #AD911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD911B; }

 p { color: rgb(173,145,27); }

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

background-color css

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

 a { background-color: rgb(173,145,27); }

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

border-color css

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

 span { border-color: rgb(173,145,27); }

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