Html Css Color HEX #A48E10 Lucky

📋 copy color: '#A48E10'

red 164 ◦ green 142 ◦ blue 16

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

Shades of Lucky #A48E10

Tints of Lucky #A48E10

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.1%

 BLUE value IS 16 (6.64% from 255) = 4.97%

R = 50.93%
G = 44.1%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A48E10 (or 0xA48E10) is known color: Lucky. HEX triplet: A4, 8E and 10. RGB value is (164,142,16). Sum of RGB (Red+Green+Blue) = 164+142+16=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E10 is #5B71EF. Grayscale: #868686. Windows color (decimal): -5992944 or 1085092. OLE color: 1085092.

HSL color Cylindrical-coordinate representation of color #A48E10: hue angle of 51.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A48E10 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 16 -
CMYK 0 0.13 0.90 0.36
HSL 51.08º 0.82% 0.35% -
HSV(B) 51.08º 0.9% 0.64% -
XYZ 25.08 27.28 4.43 -
YUV 134.21 61.29 149.25 -
System Red Green Blue C M Y K H S L
Decimal 164 142 16 0 0.13 0.90 0.36 51.08 0.82 0.35
Hex A4 8E 10 0 D 5A 24 33 52 23
Octal 244 216 20 0 15 132 44 63 122 43
Binary 10100100 10001110 10000 0 1101 1011010 100100 110011 1010010 100011

Color Harmonies of #A48E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E10

Black with #A48E10

Text Example


Text Example

White with #A48E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E10; }

 p { color: rgb(164,142,16); }

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

background-color css

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

 a { background-color: rgb(164,142,16); }

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

border-color css

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

 span { border-color: rgb(164,142,16); }

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