Html Css Color HEX #A39020 Lucky

📋 copy color: '#A39020'

red 163 ◦ green 144 ◦ blue 32

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

Shades of Lucky #A39020

Tints of Lucky #A39020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 48.08%
G = 42.48%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A39020 (or 0xA39020) is known color: Lucky. HEX triplet: A3, 90 and 20. RGB value is (163,144,32). Sum of RGB (Red+Green+Blue) = 163+144+32=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A39020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39020 is #5C6FDF. Grayscale: #898989. Windows color (decimal): -6057952 or 2134179. OLE color: 2134179.

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

Color convert

RGB 163 144 32 -
CMYK 0 0.12 0.80 0.36
HSL 51.3º 0.67% 0.38% -
HSV(B) 51.3º 0.8% 0.64% -
XYZ 25.34 27.84 5.4 -
YUV 136.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 163 144 32 0 0.12 0.80 0.36 51.3 0.67 0.38
Hex A3 90 20 0 C 50 24 33 43 26
Octal 243 220 40 0 14 120 44 63 103 46
Binary 10100011 10010000 100000 0 1100 1010000 100100 110011 1000011 100110

Color Harmonies of #A39020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39020

Black with #A39020

Text Example


Text Example

White with #A39020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39020; }

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

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

background-color css

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

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

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

border-color css

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

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

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