Html Css Color HEX #ADA90D Lucky

📋 copy color: '#ADA90D'

red 173 ◦ green 169 ◦ blue 13

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

Shades of Lucky #ADA90D

Tints of Lucky #ADA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.61%

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 48.73%
G = 47.61%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADA90D (or 0xADA90D) is known color: Lucky. HEX triplet: AD, A9 and 0D. RGB value is (173,169,13). Sum of RGB (Red+Green+Blue) = 173+169+13=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA90D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA90D is #5256F2. Grayscale: #999999. Windows color (decimal): -5396211 or 895405. OLE color: 895405.

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

Color convert

RGB 173 169 13 -
CMYK 0 0.02 0.92 0.32
HSL 58.5º 0.86% 0.36% -
HSV(B) 58.5º 0.92% 0.68% -
XYZ 31.49 37.29 5.92 -
YUV 152.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 173 169 13 0 0.02 0.92 0.32 58.5 0.86 0.36
Hex AD A9 D 0 2 5C 20 3A 56 24
Octal 255 251 15 0 2 134 40 72 126 44
Binary 10101101 10101001 1101 0 10 1011100 100000 111010 1010110 100100

Color Harmonies of #ADA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA90D

Black with #ADA90D

Text Example


Text Example

White with #ADA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA90D; }

 p { color: rgb(173,169,13); }

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

background-color css

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

 a { background-color: rgb(173,169,13); }

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

border-color css

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

 span { border-color: rgb(173,169,13); }

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