Html Css Color HEX #AD911A Lucky

📋 copy color: '#AD911A'

red 173 ◦ green 145 ◦ blue 26

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

Shades of Lucky #AD911A

Tints of Lucky #AD911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.15%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 50.29%
G = 42.15%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD911A (or 0xAD911A) is known color: Lucky. HEX triplet: AD, 91 and 1A. RGB value is (173,145,26). Sum of RGB (Red+Green+Blue) = 173+145+26=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD911A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD911A is #526EE5. Grayscale: #8C8C8C. Windows color (decimal): -5402342 or 1741229. OLE color: 1741229.

HSL color Cylindrical-coordinate representation of color #AD911A: hue angle of 48.57º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD911A is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 26 -
CMYK 0 0.16 0.85 0.32
HSL 48.57º 0.74% 0.39% -
HSV(B) 48.57º 0.85% 0.68% -
XYZ 27.55 29.21 5.16 -
YUV 139.81 63.78 151.68 -
System Red Green Blue C M Y K H S L
Decimal 173 145 26 0 0.16 0.85 0.32 48.57 0.74 0.39
Hex AD 91 1A 0 10 55 20 31 4A 27
Octal 255 221 32 0 20 125 40 61 112 47
Binary 10101101 10010001 11010 0 10000 1010101 100000 110001 1001010 100111

Color Harmonies of #AD911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD911A

Black with #AD911A

Text Example


Text Example

White with #AD911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD911A; }

 p { color: rgb(173,145,26); }

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

background-color css

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

 a { background-color: rgb(173,145,26); }

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

border-color css

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

 span { border-color: rgb(173,145,26); }

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