Html Css Color HEX #A39011 Lucky

📋 copy color: '#A39011'

red 163 ◦ green 144 ◦ blue 17

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

Shades of Lucky #A39011

Tints of Lucky #A39011

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 50.31%
G = 44.44%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A39011 (or 0xA39011) is known color: Lucky. HEX triplet: A3, 90 and 11. RGB value is (163,144,17). Sum of RGB (Red+Green+Blue) = 163+144+17=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A39011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39011 is #5C6FEE. Grayscale: #878787. Windows color (decimal): -6057967 or 1151139. OLE color: 1151139.

HSL color Cylindrical-coordinate representation of color #A39011: hue angle of 52.19º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A39011 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 17 -
CMYK 0 0.12 0.90 0.36
HSL 52.19º 0.81% 0.35% -
HSV(B) 52.19º 0.9% 0.64% -
XYZ 25.18 27.77 4.56 -
YUV 135.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 163 144 17 0 0.12 0.90 0.36 52.19 0.81 0.35
Hex A3 90 11 0 C 5A 24 34 51 23
Octal 243 220 21 0 14 132 44 64 121 43
Binary 10100011 10010000 10001 0 1100 1011010 100100 110100 1010001 100011

Color Harmonies of #A39011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39011

Black with #A39011

Text Example


Text Example

White with #A39011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39011; }

 p { color: rgb(163,144,17); }

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

background-color css

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

 a { background-color: rgb(163,144,17); }

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

border-color css

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

 span { border-color: rgb(163,144,17); }

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