Html Css Color HEX #A39200 Lucky

📋 copy color: '#A39200'

red 163 ◦ green 146 ◦ blue 0

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

Shades of Lucky #A39200

Tints of Lucky #A39200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.25%

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

R = 52.75%
G = 47.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A39200 (or 0xA39200) is known color: Lucky. HEX triplet: A3, 92 and 00. RGB value is (163,146,0). Sum of RGB (Red+Green+Blue) = 163+146+0=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A39200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39200 is #5C6DFF. Grayscale: #878787. Windows color (decimal): -6057472 or 37539. OLE color: 37539.

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

Color convert

RGB 163 146 0 -
CMYK 0 0.10 1 0.36
HSL 53.74º 1% 0.32% -
HSV(B) 53.74º 1% 0.64% -
XYZ 25.38 28.34 4.13 -
YUV 134.44 52.13 148.37 -
System Red Green Blue C M Y K H S L
Decimal 163 146 0 0 0.10 1 0.36 53.74 1 0.32
Hex A3 92 0 0 A 64 24 36 64 20
Octal 243 222 0 0 12 144 44 66 144 40
Binary 10100011 10010010 0 0 1010 1100100 100100 110110 1100100 100000

Color Harmonies of #A39200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39200

Black with #A39200

Text Example


Text Example

White with #A39200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39200; }

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

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

background-color css

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

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

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

border-color css

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

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

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