Html Css Color HEX #A39600 Lucky

📋 copy color: '#A39600'

red 163 ◦ green 150 ◦ blue 0

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

Shades of Lucky #A39600

Tints of Lucky #A39600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.08%
G = 47.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39600 (or 0xA39600) is known color: Lucky. HEX triplet: A3, 96 and 00. RGB value is (163,150,0). Sum of RGB (Red+Green+Blue) = 163+150+0=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A39600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39600 is #5C69FF. Grayscale: #898989. Windows color (decimal): -6056448 or 38563. OLE color: 38563.

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

Color convert

RGB 163 150 0 -
CMYK 0 0.08 1 0.36
HSL 55.21º 1% 0.32% -
HSV(B) 55.21º 1% 0.64% -
XYZ 26.01 29.6 4.34 -
YUV 136.79 50.81 146.7 -
System Red Green Blue C M Y K H S L
Decimal 163 150 0 0 0.08 1 0.36 55.21 1 0.32
Hex A3 96 0 0 8 64 24 37 64 20
Octal 243 226 0 0 10 144 44 67 144 40
Binary 10100011 10010110 0 0 1000 1100100 100100 110111 1100100 100000

Color Harmonies of #A39600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39600

Black with #A39600

Text Example


Text Example

White with #A39600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39600; }

 p { color: rgb(163,150,0); }

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

background-color css

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

 a { background-color: rgb(163,150,0); }

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

border-color css

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

 span { border-color: rgb(163,150,0); }

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