Html Css Color HEX #AD8F1A Lucky

📋 copy color: '#AD8F1A'

red 173 ◦ green 143 ◦ blue 26

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

Shades of Lucky #AD8F1A

Tints of Lucky #AD8F1A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.81%

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

R = 50.58%
G = 41.81%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD8F1A (or 0xAD8F1A) is known color: Lucky. HEX triplet: AD, 8F and 1A. RGB value is (173,143,26). Sum of RGB (Red+Green+Blue) = 173+143+26=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F1A is #5270E5. Grayscale: #8B8B8B. Windows color (decimal): -5402854 or 1740717. OLE color: 1740717.

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

Color convert

RGB 173 143 26 -
CMYK 0 0.17 0.85 0.32
HSL 47.76º 0.74% 0.39% -
HSV(B) 47.76º 0.85% 0.68% -
XYZ 27.24 28.6 5.06 -
YUV 138.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 173 143 26 0 0.17 0.85 0.32 47.76 0.74 0.39
Hex AD 8F 1A 0 11 55 20 30 4A 27
Octal 255 217 32 0 21 125 40 60 112 47
Binary 10101101 10001111 11010 0 10001 1010101 100000 110000 1001010 100111

Color Harmonies of #AD8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F1A

Black with #AD8F1A

Text Example


Text Example

White with #AD8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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