Html Css Color HEX #A48D0E Lucky

📋 copy color: '#A48D0E'

red 164 ◦ green 141 ◦ blue 14

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

Shades of Lucky #A48D0E

Tints of Lucky #A48D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 51.41%
G = 44.2%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A48D0E (or 0xA48D0E) is known color: Lucky. HEX triplet: A4, 8D and 0E. RGB value is (164,141,14). Sum of RGB (Red+Green+Blue) = 164+141+14=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48D0E is #5B72F1. Grayscale: #858585. Windows color (decimal): -5993202 or 953764. OLE color: 953764.

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

Color convert

RGB 164 141 14 -
CMYK 0 0.14 0.91 0.36
HSL 50.8º 0.84% 0.35% -
HSV(B) 50.8º 0.91% 0.64% -
XYZ 24.91 26.97 4.31 -
YUV 133.4 60.62 149.83 -
System Red Green Blue C M Y K H S L
Decimal 164 141 14 0 0.14 0.91 0.36 50.8 0.84 0.35
Hex A4 8D E 0 E 5B 24 33 54 23
Octal 244 215 16 0 16 133 44 63 124 43
Binary 10100100 10001101 1110 0 1110 1011011 100100 110011 1010100 100011

Color Harmonies of #A48D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D0E

Black with #A48D0E

Text Example


Text Example

White with #A48D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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