Html Css Color HEX #A48D19 Lucky

📋 copy color: '#A48D19'

red 164 ◦ green 141 ◦ blue 25

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

Shades of Lucky #A48D19

Tints of Lucky #A48D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.58%

R = 49.7%
G = 42.73%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A48D19 (or 0xA48D19) is known color: Lucky. HEX triplet: A4, 8D and 19. RGB value is (164,141,25). Sum of RGB (Red+Green+Blue) = 164+141+25=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D19 is #5B72E6. Grayscale: #878787. Windows color (decimal): -5993191 or 1674660. OLE color: 1674660.

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

Color convert

RGB 164 141 25 -
CMYK 0 0.14 0.85 0.36
HSL 50.07º 0.74% 0.37% -
HSV(B) 50.07º 0.85% 0.64% -
XYZ 25.01 27.01 4.82 -
YUV 134.65 66.12 148.93 -
System Red Green Blue C M Y K H S L
Decimal 164 141 25 0 0.14 0.85 0.36 50.07 0.74 0.37
Hex A4 8D 19 0 E 55 24 32 4A 25
Octal 244 215 31 0 16 125 44 62 112 45
Binary 10100100 10001101 11001 0 1110 1010101 100100 110010 1001010 100101

Color Harmonies of #A48D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D19

Black with #A48D19

Text Example


Text Example

White with #A48D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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