Html Css Color HEX #A48E14 Lucky

📋 copy color: '#A48E14'

red 164 ◦ green 142 ◦ blue 20

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

Shades of Lucky #A48E14

Tints of Lucky #A48E14

RGB

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

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

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

R = 50.31%
G = 43.56%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A48E14 (or 0xA48E14) is known color: Lucky. HEX triplet: A4, 8E and 14. RGB value is (164,142,20). Sum of RGB (Red+Green+Blue) = 164+142+20=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E14 is #5B71EB. Grayscale: #878787. Windows color (decimal): -5992940 or 1347236. OLE color: 1347236.

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

Color convert

RGB 164 142 20 -
CMYK 0 0.13 0.88 0.36
HSL 50.83º 0.78% 0.36% -
HSV(B) 50.83º 0.88% 0.64% -
XYZ 25.11 27.29 4.61 -
YUV 134.67 63.29 148.92 -
System Red Green Blue C M Y K H S L
Decimal 164 142 20 0 0.13 0.88 0.36 50.83 0.78 0.36
Hex A4 8E 14 0 D 58 24 33 4E 24
Octal 244 216 24 0 15 130 44 63 116 44
Binary 10100100 10001110 10100 0 1101 1011000 100100 110011 1001110 100100

Color Harmonies of #A48E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E14

Black with #A48E14

Text Example


Text Example

White with #A48E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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