Html Css Color HEX #A39900 Lucky

📋 copy color: '#A39900'

red 163 ◦ green 153 ◦ blue 0

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

Shades of Lucky #A39900

Tints of Lucky #A39900

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

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

R = 51.58%
G = 48.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39900 (or 0xA39900) is known color: Lucky. HEX triplet: A3, 99 and 00. RGB value is (163,153,0). Sum of RGB (Red+Green+Blue) = 163+153+0=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A39900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39900 is #5C66FF. Grayscale: #8B8B8B. Windows color (decimal): -6055680 or 39331. OLE color: 39331.

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

Color convert

RGB 163 153 0 -
CMYK 0 0.06 1 0.36
HSL 56.32º 1% 0.32% -
HSV(B) 56.32º 1% 0.64% -
XYZ 26.5 30.57 4.5 -
YUV 138.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 163 153 0 0 0.06 1 0.36 56.32 1 0.32
Hex A3 99 0 0 6 64 24 38 64 20
Octal 243 231 0 0 6 144 44 70 144 40
Binary 10100011 10011001 0 0 110 1100100 100100 111000 1100100 100000

Color Harmonies of #A39900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39900

Black with #A39900

Text Example


Text Example

White with #A39900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39900; }

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

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

background-color css

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

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

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

border-color css

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

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

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