Html Css Color HEX #AD9E07 Lucky

📋 copy color: '#AD9E07'

red 173 ◦ green 158 ◦ blue 7

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

Shades of Lucky #AD9E07

Tints of Lucky #AD9E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.75%

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

R = 51.18%
G = 46.75%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9E07 (or 0xAD9E07) is known color: Lucky. HEX triplet: AD, 9E and 07. RGB value is (173,158,7). Sum of RGB (Red+Green+Blue) = 173+158+7=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9E07 is #5261F8. Grayscale: #919191. Windows color (decimal): -5399033 or 499373. OLE color: 499373.

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

Color convert

RGB 173 158 7 -
CMYK 0 0.09 0.96 0.32
HSL 54.58º 0.92% 0.35% -
HSV(B) 54.58º 0.96% 0.68% -
XYZ 29.5 33.35 5.08 -
YUV 145.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 173 158 7 0 0.09 0.96 0.32 54.58 0.92 0.35
Hex AD 9E 7 0 9 60 20 37 5C 23
Octal 255 236 7 0 11 140 40 67 134 43
Binary 10101101 10011110 111 0 1001 1100000 100000 110111 1011100 100011

Color Harmonies of #AD9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E07

Black with #AD9E07

Text Example


Text Example

White with #AD9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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