Html Css Color HEX #A48F15 Lucky

📋 copy color: '#A48F15'

red 164 ◦ green 143 ◦ blue 21

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

Shades of Lucky #A48F15

Tints of Lucky #A48F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.6%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 50%
G = 43.6%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A48F15 (or 0xA48F15) is known color: Lucky. HEX triplet: A4, 8F and 15. RGB value is (164,143,21). Sum of RGB (Red+Green+Blue) = 164+143+21=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F15 is #5B70EA. Grayscale: #878787. Windows color (decimal): -5992683 or 1413028. OLE color: 1413028.

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

Color convert

RGB 164 143 21 -
CMYK 0 0.13 0.87 0.36
HSL 51.19º 0.77% 0.36% -
HSV(B) 51.19º 0.87% 0.64% -
XYZ 25.27 27.59 4.7 -
YUV 135.37 63.46 148.42 -
System Red Green Blue C M Y K H S L
Decimal 164 143 21 0 0.13 0.87 0.36 51.19 0.77 0.36
Hex A4 8F 15 0 D 57 24 33 4D 24
Octal 244 217 25 0 15 127 44 63 115 44
Binary 10100100 10001111 10101 0 1101 1010111 100100 110011 1001101 100100

Color Harmonies of #A48F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F15

Black with #A48F15

Text Example


Text Example

White with #A48F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F15; }

 p { color: rgb(164,143,21); }

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

background-color css

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

 a { background-color: rgb(164,143,21); }

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

border-color css

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

 span { border-color: rgb(164,143,21); }

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