Html Css Color HEX #AD9807 Lucky

📋 copy color: '#AD9807'

red 173 ◦ green 152 ◦ blue 7

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

Shades of Lucky #AD9807

Tints of Lucky #AD9807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.78%

 BLUE value IS 7 (3.13% from 255) = 2.11%

R = 52.11%
G = 45.78%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9807 (or 0xAD9807) is known color: Lucky. HEX triplet: AD, 98 and 07. RGB value is (173,152,7). Sum of RGB (Red+Green+Blue) = 173+152+7=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9807 is #5267F8. Grayscale: #8E8E8E. Windows color (decimal): -5400569 or 497837. OLE color: 497837.

HSL color Cylindrical-coordinate representation of color #AD9807: hue angle of 52.41º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD9807 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 7 -
CMYK 0 0.12 0.96 0.32
HSL 52.41º 0.92% 0.35% -
HSV(B) 52.41º 0.96% 0.68% -
XYZ 28.5 31.36 4.75 -
YUV 141.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 173 152 7 0 0.12 0.96 0.32 52.41 0.92 0.35
Hex AD 98 7 0 C 60 20 34 5C 23
Octal 255 230 7 0 14 140 40 64 134 43
Binary 10101101 10011000 111 0 1100 1100000 100000 110100 1011100 100011

Color Harmonies of #AD9807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9807

Black with #AD9807

Text Example


Text Example

White with #AD9807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9807; }

 p { color: rgb(173,152,7); }

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

background-color css

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

 a { background-color: rgb(173,152,7); }

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

border-color css

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

 span { border-color: rgb(173,152,7); }

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