Html Css Color HEX #A48D1F Lucky

📋 copy color: '#A48D1F'

red 164 ◦ green 141 ◦ blue 31

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

Shades of Lucky #A48D1F

Tints of Lucky #A48D1F

RGB

 RED value IS 164 (64.45% from 255) = 48.81%

 GREEN value IS 141 (55.47% from 255) = 41.96%

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

R = 48.81%
G = 41.96%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A48D1F (or 0xA48D1F) is known color: Lucky. HEX triplet: A4, 8D and 1F. RGB value is (164,141,31). Sum of RGB (Red+Green+Blue) = 164+141+31=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D1F is #5B72E0. Grayscale: #878787. Windows color (decimal): -5993185 or 2067876. OLE color: 2067876.

HSL color Cylindrical-coordinate representation of color #A48D1F: hue angle of 49.62º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A48D1F is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 31 -
CMYK 0 0.14 0.81 0.36
HSL 49.62º 0.68% 0.38% -
HSV(B) 49.62º 0.81% 0.64% -
XYZ 25.08 27.04 5.19 -
YUV 135.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 164 141 31 0 0.14 0.81 0.36 49.62 0.68 0.38
Hex A4 8D 1F 0 E 51 24 32 44 26
Octal 244 215 37 0 16 121 44 62 104 46
Binary 10100100 10001101 11111 0 1110 1010001 100100 110010 1000100 100110

Color Harmonies of #A48D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D1F

Black with #A48D1F

Text Example


Text Example

White with #A48D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D1F; }

 p { color: rgb(164,141,31); }

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

background-color css

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

 a { background-color: rgb(164,141,31); }

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

border-color css

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

 span { border-color: rgb(164,141,31); }

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