Html Css Color HEX #AD960D Lucky

📋 copy color: '#AD960D'

red 173 ◦ green 150 ◦ blue 13

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

Shades of Lucky #AD960D

Tints of Lucky #AD960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

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

R = 51.49%
G = 44.64%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD960D (or 0xAD960D) is known color: Lucky. HEX triplet: AD, 96 and 0D. RGB value is (173,150,13). Sum of RGB (Red+Green+Blue) = 173+150+13=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD960D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AD960D is #5269F2. Grayscale: #8D8D8D. Windows color (decimal): -5401075 or 890541. OLE color: 890541.

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

Color convert

RGB 173 150 13 -
CMYK 0 0.13 0.92 0.32
HSL 51.38º 0.86% 0.36% -
HSV(B) 51.38º 0.92% 0.68% -
XYZ 28.21 30.73 4.82 -
YUV 141.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 173 150 13 0 0.13 0.92 0.32 51.38 0.86 0.36
Hex AD 96 D 0 D 5C 20 33 56 24
Octal 255 226 15 0 15 134 40 63 126 44
Binary 10101101 10010110 1101 0 1101 1011100 100000 110011 1010110 100100

Color Harmonies of #AD960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD960D

Black with #AD960D

Text Example


Text Example

White with #AD960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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