Html Css Color HEX #A39401 Lucky

📋 copy color: '#A39401'

red 163 ◦ green 148 ◦ blue 1

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

Shades of Lucky #A39401

Tints of Lucky #A39401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.44%

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

R = 52.24%
G = 47.44%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A39401 (or 0xA39401) is known color: Lucky. HEX triplet: A3, 94 and 01. RGB value is (163,148,1). Sum of RGB (Red+Green+Blue) = 163+148+1=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A39401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39401 is #5C6BFE. Grayscale: #888888. Windows color (decimal): -6056959 or 103587. OLE color: 103587.

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

Color convert

RGB 163 148 1 -
CMYK 0 0.09 0.99 0.36
HSL 54.44º 0.99% 0.32% -
HSV(B) 54.44º 0.99% 0.64% -
XYZ 25.7 28.97 4.27 -
YUV 135.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 163 148 1 0 0.09 0.99 0.36 54.44 0.99 0.32
Hex A3 94 1 0 9 63 24 36 63 20
Octal 243 224 1 0 11 143 44 66 143 40
Binary 10100011 10010100 1 0 1001 1100011 100100 110110 1100011 100000

Color Harmonies of #A39401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39401

Black with #A39401

Text Example


Text Example

White with #A39401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39401; }

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

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

background-color css

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

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

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

border-color css

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

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

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