Html Css Color HEX #AD9725 Lucky

📋 copy color: '#AD9725'

red 173 ◦ green 151 ◦ blue 37

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

Shades of Lucky #AD9725

Tints of Lucky #AD9725

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 47.92%
G = 41.83%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD9725 (or 0xAD9725) is known color: Lucky. HEX triplet: AD, 97 and 25. RGB value is (173,151,37). Sum of RGB (Red+Green+Blue) = 173+151+37=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9725 is #5268DA. Grayscale: #919191. Windows color (decimal): -5400795 or 2463661. OLE color: 2463661.

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

Color convert

RGB 173 151 37 -
CMYK 0 0.13 0.79 0.32
HSL 50.29º 0.65% 0.41% -
HSV(B) 50.29º 0.79% 0.68% -
XYZ 28.63 31.15 6.25 -
YUV 144.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 173 151 37 0 0.13 0.79 0.32 50.29 0.65 0.41
Hex AD 97 25 0 D 4F 20 32 41 29
Octal 255 227 45 0 15 117 40 62 101 51
Binary 10101101 10010111 100101 0 1101 1001111 100000 110010 1000001 101001

Color Harmonies of #AD9725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9725

Black with #AD9725

Text Example


Text Example

White with #AD9725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9725; }

 p { color: rgb(173,151,37); }

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

background-color css

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

 a { background-color: rgb(173,151,37); }

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

border-color css

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

 span { border-color: rgb(173,151,37); }

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