Html Css Color HEX #A39003 Lucky

📋 copy color: '#A39003'

red 163 ◦ green 144 ◦ blue 3

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

Shades of Lucky #A39003

Tints of Lucky #A39003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 52.58%
G = 46.45%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A39003 (or 0xA39003) is known color: Lucky. HEX triplet: A3, 90 and 03. RGB value is (163,144,3). Sum of RGB (Red+Green+Blue) = 163+144+3=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A39003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39003 is #5C6FFC. Grayscale: #868686. Windows color (decimal): -6057981 or 233635. OLE color: 233635.

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

Color convert

RGB 163 144 3 -
CMYK 0 0.12 0.98 0.36
HSL 52.88º 0.96% 0.33% -
HSV(B) 52.88º 0.98% 0.64% -
XYZ 25.09 27.74 4.12 -
YUV 133.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 163 144 3 0 0.12 0.98 0.36 52.88 0.96 0.33
Hex A3 90 3 0 C 62 24 35 60 21
Octal 243 220 3 0 14 142 44 65 140 41
Binary 10100011 10010000 11 0 1100 1100010 100100 110101 1100000 100001

Color Harmonies of #A39003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39003

Black with #A39003

Text Example


Text Example

White with #A39003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39003; }

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

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

background-color css

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

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

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

border-color css

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

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

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