Html Css Color HEX #A39319 Lucky

📋 copy color: '#A39319'

red 163 ◦ green 147 ◦ blue 25

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

Shades of Lucky #A39319

Tints of Lucky #A39319

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.88%

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 48.66%
G = 43.88%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A39319 (or 0xA39319) is known color: Lucky. HEX triplet: A3, 93 and 19. RGB value is (163,147,25). Sum of RGB (Red+Green+Blue) = 163+147+25=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A39319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39319 is #5C6CE6. Grayscale: #8A8A8A. Windows color (decimal): -6057191 or 1676195. OLE color: 1676195.

HSL color Cylindrical-coordinate representation of color #A39319: hue angle of 53.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A39319 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 25 -
CMYK 0 0.10 0.85 0.36
HSL 53.04º 0.73% 0.37% -
HSV(B) 53.04º 0.85% 0.64% -
XYZ 25.71 28.72 5.11 -
YUV 137.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 163 147 25 0 0.10 0.85 0.36 53.04 0.73 0.37
Hex A3 93 19 0 A 55 24 35 49 25
Octal 243 223 31 0 12 125 44 65 111 45
Binary 10100011 10010011 11001 0 1010 1010101 100100 110101 1001001 100101

Color Harmonies of #A39319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39319

Black with #A39319

Text Example


Text Example

White with #A39319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39319; }

 p { color: rgb(163,147,25); }

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

background-color css

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

 a { background-color: rgb(163,147,25); }

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

border-color css

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

 span { border-color: rgb(163,147,25); }

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