Html Css Color HEX #AD9618 Lucky

📋 copy color: '#AD9618'

red 173 ◦ green 150 ◦ blue 24

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

Shades of Lucky #AD9618

Tints of Lucky #AD9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 24 (9.77% from 255) = 6.92%

R = 49.86%
G = 43.23%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD9618 (or 0xAD9618) is known color: Lucky. HEX triplet: AD, 96 and 18. RGB value is (173,150,24). Sum of RGB (Red+Green+Blue) = 173+150+24=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9618 is #5269E7. Grayscale: #8F8F8F. Windows color (decimal): -5401064 or 1611437. OLE color: 1611437.

HSL color Cylindrical-coordinate representation of color #AD9618: hue angle of 50.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD9618 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 24 -
CMYK 0 0.13 0.86 0.32
HSL 50.74º 0.76% 0.39% -
HSV(B) 50.74º 0.86% 0.68% -
XYZ 28.3 30.76 5.31 -
YUV 142.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 173 150 24 0 0.13 0.86 0.32 50.74 0.76 0.39
Hex AD 96 18 0 D 56 20 33 4C 27
Octal 255 226 30 0 15 126 40 63 114 47
Binary 10101101 10010110 11000 0 1101 1010110 100000 110011 1001100 100111

Color Harmonies of #AD9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9618

Black with #AD9618

Text Example


Text Example

White with #AD9618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9618; }

 p { color: rgb(173,150,24); }

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

background-color css

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

 a { background-color: rgb(173,150,24); }

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

border-color css

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

 span { border-color: rgb(173,150,24); }

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