Html Css Color HEX #A39016 Lucky

📋 copy color: '#A39016'

red 163 ◦ green 144 ◦ blue 22

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

Shades of Lucky #A39016

Tints of Lucky #A39016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.69%

R = 49.54%
G = 43.77%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A39016 (or 0xA39016) is known color: Lucky. HEX triplet: A3, 90 and 16. RGB value is (163,144,22). Sum of RGB (Red+Green+Blue) = 163+144+22=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A39016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39016 is #5C6FE9. Grayscale: #888888. Windows color (decimal): -6057962 or 1478819. OLE color: 1478819.

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

Color convert

RGB 163 144 22 -
CMYK 0 0.12 0.87 0.36
HSL 51.91º 0.76% 0.36% -
HSV(B) 51.91º 0.87% 0.64% -
XYZ 25.22 27.79 4.79 -
YUV 135.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 163 144 22 0 0.12 0.87 0.36 51.91 0.76 0.36
Hex A3 90 16 0 C 57 24 34 4C 24
Octal 243 220 26 0 14 127 44 64 114 44
Binary 10100011 10010000 10110 0 1100 1010111 100100 110100 1001100 100100

Color Harmonies of #A39016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39016

Black with #A39016

Text Example


Text Example

White with #A39016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39016; }

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

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

background-color css

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

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

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

border-color css

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

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

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