Html Css Color HEX #A39701 Lucky

📋 copy color: '#A39701'

red 163 ◦ green 151 ◦ blue 1

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

Shades of Lucky #A39701

Tints of Lucky #A39701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.94%

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

R = 51.75%
G = 47.94%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A39701 (or 0xA39701) is known color: Lucky. HEX triplet: A3, 97 and 01. RGB value is (163,151,1). Sum of RGB (Red+Green+Blue) = 163+151+1=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A39701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39701 is #5C68FE. Grayscale: #8A8A8A. Windows color (decimal): -6056191 or 104355. OLE color: 104355.

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

Color convert

RGB 163 151 1 -
CMYK 0 0.07 0.99 0.36
HSL 55.56º 0.99% 0.32% -
HSV(B) 55.56º 0.99% 0.64% -
XYZ 26.18 29.92 4.42 -
YUV 137.49 50.98 146.2 -
System Red Green Blue C M Y K H S L
Decimal 163 151 1 0 0.07 0.99 0.36 55.56 0.99 0.32
Hex A3 97 1 0 7 63 24 38 63 20
Octal 243 227 1 0 7 143 44 70 143 40
Binary 10100011 10010111 1 0 111 1100011 100100 111000 1100011 100000

Color Harmonies of #A39701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39701

Black with #A39701

Text Example


Text Example

White with #A39701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39701; }

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

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

background-color css

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

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

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

border-color css

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

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

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