Html Css Color HEX #A39400 Lucky

📋 copy color: '#A39400'

red 163 ◦ green 148 ◦ blue 0

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

Shades of Lucky #A39400

Tints of Lucky #A39400

RGB

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

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

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

R = 52.41%
G = 47.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39400 (or 0xA39400) is known color: Lucky. HEX triplet: A3, 94 and 00. RGB value is (163,148,0). Sum of RGB (Red+Green+Blue) = 163+148+0=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A39400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39400 is #5C6BFF. Grayscale: #888888. Windows color (decimal): -6056960 or 38051. OLE color: 38051.

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

Color convert

RGB 163 148 0 -
CMYK 0 0.09 1 0.36
HSL 54.48º 1% 0.32% -
HSV(B) 54.48º 1% 0.64% -
XYZ 25.69 28.97 4.24 -
YUV 135.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 163 148 0 0 0.09 1 0.36 54.48 1 0.32
Hex A3 94 0 0 9 64 24 36 64 20
Octal 243 224 0 0 11 144 44 66 144 40
Binary 10100011 10010100 0 0 1001 1100100 100100 110110 1100100 100000

Color Harmonies of #A39400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39400

Black with #A39400

Text Example


Text Example

White with #A39400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39400; }

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

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

background-color css

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

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

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

border-color css

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

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

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