Html Css Color HEX #A48D13 Lucky

📋 copy color: '#A48D13'

red 164 ◦ green 141 ◦ blue 19

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

Shades of Lucky #A48D13

Tints of Lucky #A48D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 50.62%
G = 43.52%
B = 5.86%

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

#A48D13 (or 0xA48D13) is known color: Lucky. HEX triplet: A4, 8D and 13. RGB value is (164,141,19). Sum of RGB (Red+Green+Blue) = 164+141+19=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D13 is #5B72EC. Grayscale: #868686. Windows color (decimal): -5993197 or 1281444. OLE color: 1281444.

HSL color Cylindrical-coordinate representation of color #A48D13: hue angle of 50.48º degrees, saturation: 0.79, 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 #A48D13 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 141 19 -
CMYK 0 0.14 0.88 0.36
HSL 50.48º 0.79% 0.36% -
HSV(B) 50.48º 0.88% 0.64% -
XYZ 24.95 26.99 4.51 -
YUV 133.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 164 141 19 0 0.14 0.88 0.36 50.48 0.79 0.36
Hex A4 8D 13 0 E 58 24 32 4F 24
Octal 244 215 23 0 16 130 44 62 117 44
Binary 10100100 10001101 10011 0 1110 1011000 100100 110010 1001111 100100

Color Harmonies of #A48D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D13

Black with #A48D13

Text Example


Text Example

White with #A48D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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