Html Css Color HEX #A39015 Lucky

📋 copy color: '#A39015'

red 163 ◦ green 144 ◦ blue 21

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

Shades of Lucky #A39015

Tints of Lucky #A39015

RGB

 RED value IS 163 (64.06% from 255) = 49.7%

 GREEN value IS 144 (56.64% from 255) = 43.9%

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

R = 49.7%
G = 43.9%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A39015 (or 0xA39015) is known color: Lucky. HEX triplet: A3, 90 and 15. RGB value is (163,144,21). Sum of RGB (Red+Green+Blue) = 163+144+21=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A39015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39015 is #5C6FEA. Grayscale: #888888. Windows color (decimal): -6057963 or 1413283. OLE color: 1413283.

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

Color convert

RGB 163 144 21 -
CMYK 0 0.12 0.87 0.36
HSL 51.97º 0.77% 0.36% -
HSV(B) 51.97º 0.87% 0.64% -
XYZ 25.21 27.79 4.74 -
YUV 135.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 163 144 21 0 0.12 0.87 0.36 51.97 0.77 0.36
Hex A3 90 15 0 C 57 24 34 4D 24
Octal 243 220 25 0 14 127 44 64 115 44
Binary 10100011 10010000 10101 0 1100 1010111 100100 110100 1001101 100100

Color Harmonies of #A39015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39015

Black with #A39015

Text Example


Text Example

White with #A39015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39015; }

 p { color: rgb(163,144,21); }

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

background-color css

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

 a { background-color: rgb(163,144,21); }

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

border-color css

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

 span { border-color: rgb(163,144,21); }

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