Html Css Color HEX #AD8F1B Lucky

📋 copy color: '#AD8F1B'

red 173 ◦ green 143 ◦ blue 27

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

Shades of Lucky #AD8F1B

Tints of Lucky #AD8F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.69%

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

R = 50.44%
G = 41.69%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD8F1B (or 0xAD8F1B) is known color: Lucky. HEX triplet: AD, 8F and 1B. RGB value is (173,143,27). Sum of RGB (Red+Green+Blue) = 173+143+27=343 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.44% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F1B is #5270E4. Grayscale: #8B8B8B. Windows color (decimal): -5402853 or 1806253. OLE color: 1806253.

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

Color convert

RGB 173 143 27 -
CMYK 0 0.17 0.84 0.32
HSL 47.67º 0.73% 0.39% -
HSV(B) 47.67º 0.84% 0.68% -
XYZ 27.25 28.61 5.12 -
YUV 138.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 173 143 27 0 0.17 0.84 0.32 47.67 0.73 0.39
Hex AD 8F 1B 0 11 54 20 30 49 27
Octal 255 217 33 0 21 124 40 60 111 47
Binary 10101101 10001111 11011 0 10001 1010100 100000 110000 1001001 100111

Color Harmonies of #AD8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F1B

Black with #AD8F1B

Text Example


Text Example

White with #AD8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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