Html Css Color HEX #A48E0F Lucky

📋 copy color: '#A48E0F'

red 164 ◦ green 142 ◦ blue 15

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

Shades of Lucky #A48E0F

Tints of Lucky #A48E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.67%

R = 51.09%
G = 44.24%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A48E0F (or 0xA48E0F) is known color: Lucky. HEX triplet: A4, 8E and 0F. RGB value is (164,142,15). Sum of RGB (Red+Green+Blue) = 164+142+15=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48E0F is #5B71F0. Grayscale: #868686. Windows color (decimal): -5992945 or 1019556. OLE color: 1019556.

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

Color convert

RGB 164 142 15 -
CMYK 0 0.13 0.91 0.36
HSL 51.14º 0.83% 0.35% -
HSV(B) 51.14º 0.91% 0.64% -
XYZ 25.07 27.27 4.39 -
YUV 134.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 164 142 15 0 0.13 0.91 0.36 51.14 0.83 0.35
Hex A4 8E F 0 D 5B 24 33 53 23
Octal 244 216 17 0 15 133 44 63 123 43
Binary 10100100 10001110 1111 0 1101 1011011 100100 110011 1010011 100011

Color Harmonies of #A48E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E0F

Black with #A48E0F

Text Example


Text Example

White with #A48E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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