Html Css Color HEX #AD9A07 Lucky

📋 copy color: '#AD9A07'

red 173 ◦ green 154 ◦ blue 7

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

Shades of Lucky #AD9A07

Tints of Lucky #AD9A07

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.11%

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

R = 51.8%
G = 46.11%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#AD9A07 (or 0xAD9A07) is known color: Lucky. HEX triplet: AD, 9A and 07. RGB value is (173,154,7). Sum of RGB (Red+Green+Blue) = 173+154+7=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD9A07 is #5265F8. Grayscale: #8F8F8F. Windows color (decimal): -5400057 or 498349. OLE color: 498349.

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

Color convert

RGB 173 154 7 -
CMYK 0 0.11 0.96 0.32
HSL 53.13º 0.92% 0.35% -
HSV(B) 53.13º 0.96% 0.68% -
XYZ 28.83 32.01 4.86 -
YUV 142.92 51.29 149.45 -
System Red Green Blue C M Y K H S L
Decimal 173 154 7 0 0.11 0.96 0.32 53.13 0.92 0.35
Hex AD 9A 7 0 B 60 20 35 5C 23
Octal 255 232 7 0 13 140 40 65 134 43
Binary 10101101 10011010 111 0 1011 1100000 100000 110101 1011100 100011

Color Harmonies of #AD9A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A07

Black with #AD9A07

Text Example


Text Example

White with #AD9A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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