Html Css Color HEX #A39301 Lucky

📋 copy color: '#A39301'

red 163 ◦ green 147 ◦ blue 1

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

Shades of Lucky #A39301

Tints of Lucky #A39301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 52.41%
G = 47.27%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A39301 (or 0xA39301) is known color: Lucky. HEX triplet: A3, 93 and 01. RGB value is (163,147,1). Sum of RGB (Red+Green+Blue) = 163+147+1=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A39301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39301 is #5C6CFE. Grayscale: #878787. Windows color (decimal): -6057215 or 103331. OLE color: 103331.

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

Color convert

RGB 163 147 1 -
CMYK 0 0.10 0.99 0.36
HSL 54.07º 0.99% 0.32% -
HSV(B) 54.07º 0.99% 0.64% -
XYZ 25.54 28.66 4.21 -
YUV 135.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 163 147 1 0 0.10 0.99 0.36 54.07 0.99 0.32
Hex A3 93 1 0 A 63 24 36 63 20
Octal 243 223 1 0 12 143 44 66 143 40
Binary 10100011 10010011 1 0 1010 1100011 100100 110110 1100011 100000

Color Harmonies of #A39301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39301

Black with #A39301

Text Example


Text Example

White with #A39301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39301; }

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

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

background-color css

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

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

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

border-color css

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

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

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