Html Css Color HEX #A48D14 Lucky

📋 copy color: '#A48D14'

red 164 ◦ green 141 ◦ blue 20

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

Shades of Lucky #A48D14

Tints of Lucky #A48D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 50.46%
G = 43.38%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A48D14 (or 0xA48D14) is known color: Lucky. HEX triplet: A4, 8D and 14. RGB value is (164,141,20). Sum of RGB (Red+Green+Blue) = 164+141+20=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D14 is #5B72EB. Grayscale: #868686. Windows color (decimal): -5993196 or 1346980. OLE color: 1346980.

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

Color convert

RGB 164 141 20 -
CMYK 0 0.14 0.88 0.36
HSL 50.42º 0.78% 0.36% -
HSV(B) 50.42º 0.88% 0.64% -
XYZ 24.96 26.99 4.56 -
YUV 134.08 63.62 149.34 -
System Red Green Blue C M Y K H S L
Decimal 164 141 20 0 0.14 0.88 0.36 50.42 0.78 0.36
Hex A4 8D 14 0 E 58 24 32 4E 24
Octal 244 215 24 0 16 130 44 62 116 44
Binary 10100100 10001101 10100 0 1110 1011000 100100 110010 1001110 100100

Color Harmonies of #A48D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D14

Black with #A48D14

Text Example


Text Example

White with #A48D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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