Html Css Color HEX #AD8A1A Lucky

📋 copy color: '#AD8A1A'

red 173 ◦ green 138 ◦ blue 26

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

Shades of Lucky #AD8A1A

Tints of Lucky #AD8A1A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.95%

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

R = 51.34%
G = 40.95%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD8A1A (or 0xAD8A1A) is known color: Lucky. HEX triplet: AD, 8A and 1A. RGB value is (173,138,26). Sum of RGB (Red+Green+Blue) = 173+138+26=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A1A is #5275E5. Grayscale: #888888. Windows color (decimal): -5404134 or 1739437. OLE color: 1739437.

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

Color convert

RGB 173 138 26 -
CMYK 0 0.20 0.85 0.32
HSL 45.71º 0.74% 0.39% -
HSV(B) 45.71º 0.85% 0.68% -
XYZ 26.51 27.14 4.82 -
YUV 135.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 173 138 26 0 0.20 0.85 0.32 45.71 0.74 0.39
Hex AD 8A 1A 0 14 55 20 2E 4A 27
Octal 255 212 32 0 24 125 40 56 112 47
Binary 10101101 10001010 11010 0 10100 1010101 100000 101110 1001010 100111

Color Harmonies of #AD8A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A1A

Black with #AD8A1A

Text Example


Text Example

White with #AD8A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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