Html Css Color HEX #A48D16 Lucky

📋 copy color: '#A48D16'

red 164 ◦ green 141 ◦ blue 22

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

Shades of Lucky #A48D16

Tints of Lucky #A48D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 50.15%
G = 43.12%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A48D16 (or 0xA48D16) is known color: Lucky. HEX triplet: A4, 8D and 16. RGB value is (164,141,22). Sum of RGB (Red+Green+Blue) = 164+141+22=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D16 is #5B72E9. Grayscale: #868686. Windows color (decimal): -5993194 or 1478052. OLE color: 1478052.

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

Color convert

RGB 164 141 22 -
CMYK 0 0.14 0.87 0.36
HSL 50.28º 0.76% 0.36% -
HSV(B) 50.28º 0.87% 0.64% -
XYZ 24.98 27 4.65 -
YUV 134.31 64.62 149.18 -
System Red Green Blue C M Y K H S L
Decimal 164 141 22 0 0.14 0.87 0.36 50.28 0.76 0.36
Hex A4 8D 16 0 E 57 24 32 4C 24
Octal 244 215 26 0 16 127 44 62 114 44
Binary 10100100 10001101 10110 0 1110 1010111 100100 110010 1001100 100100

Color Harmonies of #A48D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D16

Black with #A48D16

Text Example


Text Example

White with #A48D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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