Html Css Color HEX #A39005 Lucky

📋 copy color: '#A39005'

red 163 ◦ green 144 ◦ blue 5

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

Shades of Lucky #A39005

Tints of Lucky #A39005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 52.24%
G = 46.15%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A39005 (or 0xA39005) is known color: Lucky. HEX triplet: A3, 90 and 05. RGB value is (163,144,5). Sum of RGB (Red+Green+Blue) = 163+144+5=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A39005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39005 is #5C6FFA. Grayscale: #868686. Windows color (decimal): -6057979 or 364707. OLE color: 364707.

HSL color Cylindrical-coordinate representation of color #A39005: hue angle of 52.78º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A39005 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 5 -
CMYK 0 0.12 0.97 0.36
HSL 52.78º 0.94% 0.33% -
HSV(B) 52.78º 0.97% 0.64% -
XYZ 25.1 27.74 4.18 -
YUV 133.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 163 144 5 0 0.12 0.97 0.36 52.78 0.94 0.33
Hex A3 90 5 0 C 61 24 35 5E 21
Octal 243 220 5 0 14 141 44 65 136 41
Binary 10100011 10010000 101 0 1100 1100001 100100 110101 1011110 100001

Color Harmonies of #A39005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39005

Black with #A39005

Text Example


Text Example

White with #A39005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39005; }

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

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

background-color css

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

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

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

border-color css

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

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

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