Html Css Color HEX #AD8D1B Lucky

📋 copy color: '#AD8D1B'

red 173 ◦ green 141 ◦ blue 27

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

Shades of Lucky #AD8D1B

Tints of Lucky #AD8D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

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

R = 50.73%
G = 41.35%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD8D1B (or 0xAD8D1B) is known color: Lucky. HEX triplet: AD, 8D and 1B. RGB value is (173,141,27). Sum of RGB (Red+Green+Blue) = 173+141+27=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8D1B is #5272E4. Grayscale: #8A8A8A. Windows color (decimal): -5403365 or 1805741. OLE color: 1805741.

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

Color convert

RGB 173 141 27 -
CMYK 0 0.18 0.84 0.32
HSL 46.85º 0.73% 0.39% -
HSV(B) 46.85º 0.84% 0.68% -
XYZ 26.96 28.01 5.02 -
YUV 137.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 173 141 27 0 0.18 0.84 0.32 46.85 0.73 0.39
Hex AD 8D 1B 0 12 54 20 2F 49 27
Octal 255 215 33 0 22 124 40 57 111 47
Binary 10101101 10001101 11011 0 10010 1010100 100000 101111 1001001 100111

Color Harmonies of #AD8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D1B

Black with #AD8D1B

Text Example


Text Example

White with #AD8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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