Html Css Color HEX #A39E00 Lucky

📋 copy color: '#A39E00'

red 163 ◦ green 158 ◦ blue 0

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

Shades of Lucky #A39E00

Tints of Lucky #A39E00

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.22%

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

R = 50.78%
G = 49.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39E00 (or 0xA39E00) is known color: Lucky. HEX triplet: A3, 9E and 00. RGB value is (163,158,0). Sum of RGB (Red+Green+Blue) = 163+158+0=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39E00 is #5C61FF. Grayscale: #8E8E8E. Windows color (decimal): -6054400 or 40611. OLE color: 40611.

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

Color convert

RGB 163 158 0 -
CMYK 0 0.03 1 0.36
HSL 58.16º 1% 0.32% -
HSV(B) 58.16º 1% 0.64% -
XYZ 27.33 32.24 4.78 -
YUV 141.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 163 158 0 0 0.03 1 0.36 58.16 1 0.32
Hex A3 9E 0 0 3 64 24 3A 64 20
Octal 243 236 0 0 3 144 44 72 144 40
Binary 10100011 10011110 0 0 11 1100100 100100 111010 1100100 100000

Color Harmonies of #A39E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39E00

Black with #A39E00

Text Example


Text Example

White with #A39E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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