Html Css Color HEX #AD8F1F Lucky

📋 copy color: '#AD8F1F'

red 173 ◦ green 143 ◦ blue 31

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

Shades of Lucky #AD8F1F

Tints of Lucky #AD8F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 49.86%
G = 41.21%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD8F1F (or 0xAD8F1F) is known color: Lucky. HEX triplet: AD, 8F and 1F. RGB value is (173,143,31). Sum of RGB (Red+Green+Blue) = 173+143+31=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F1F is #5270E0. Grayscale: #8B8B8B. Windows color (decimal): -5402849 or 2068397. OLE color: 2068397.

HSL color Cylindrical-coordinate representation of color #AD8F1F: hue angle of 47.32º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD8F1F is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 31 -
CMYK 0 0.17 0.82 0.32
HSL 47.32º 0.7% 0.4% -
HSV(B) 47.32º 0.82% 0.68% -
XYZ 27.3 28.63 5.38 -
YUV 139.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 173 143 31 0 0.17 0.82 0.32 47.32 0.7 0.4
Hex AD 8F 1F 0 11 52 20 2F 46 28
Octal 255 217 37 0 21 122 40 57 106 50
Binary 10101101 10001111 11111 0 10001 1010010 100000 101111 1000110 101000

Color Harmonies of #AD8F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F1F

Black with #AD8F1F

Text Example


Text Example

White with #AD8F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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