Html Css Color HEX #AD8C17 Lucky

📋 copy color: '#AD8C17'

red 173 ◦ green 140 ◦ blue 23

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

Shades of Lucky #AD8C17

Tints of Lucky #AD8C17

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 51.49%
G = 41.67%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD8C17 (or 0xAD8C17) is known color: Lucky. HEX triplet: AD, 8C and 17. RGB value is (173,140,23). Sum of RGB (Red+Green+Blue) = 173+140+23=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD8C17 is #5273E8. Grayscale: #898989. Windows color (decimal): -5403625 or 1543341. OLE color: 1543341.

HSL color Cylindrical-coordinate representation of color #AD8C17: hue angle of 46.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD8C17 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 23 -
CMYK 0 0.19 0.87 0.32
HSL 46.8º 0.77% 0.38% -
HSV(B) 46.8º 0.87% 0.68% -
XYZ 26.77 27.7 4.75 -
YUV 136.53 63.93 154.01 -
System Red Green Blue C M Y K H S L
Decimal 173 140 23 0 0.19 0.87 0.32 46.8 0.77 0.38
Hex AD 8C 17 0 13 57 20 2F 4D 26
Octal 255 214 27 0 23 127 40 57 115 46
Binary 10101101 10001100 10111 0 10011 1010111 100000 101111 1001101 100110

Color Harmonies of #AD8C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C17

Black with #AD8C17

Text Example


Text Example

White with #AD8C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C17; }

 p { color: rgb(173,140,23); }

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

background-color css

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

 a { background-color: rgb(173,140,23); }

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

border-color css

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

 span { border-color: rgb(173,140,23); }

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