Html Css Color HEX #A39307 Lucky

📋 copy color: '#A39307'

red 163 ◦ green 147 ◦ blue 7

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

Shades of Lucky #A39307

Tints of Lucky #A39307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.37%

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 51.42%
G = 46.37%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A39307 (or 0xA39307) is known color: Lucky. HEX triplet: A3, 93 and 07. RGB value is (163,147,7). Sum of RGB (Red+Green+Blue) = 163+147+7=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A39307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A39307 is #5C6CF8. Grayscale: #888888. Windows color (decimal): -6057209 or 496547. OLE color: 496547.

HSL color Cylindrical-coordinate representation of color #A39307: hue angle of 53.85º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A39307 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 7 -
CMYK 0 0.10 0.96 0.36
HSL 53.85º 0.92% 0.33% -
HSV(B) 53.85º 0.96% 0.64% -
XYZ 25.58 28.67 4.39 -
YUV 135.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 163 147 7 0 0.10 0.96 0.36 53.85 0.92 0.33
Hex A3 93 7 0 A 60 24 36 5C 21
Octal 243 223 7 0 12 140 44 66 134 41
Binary 10100011 10010011 111 0 1010 1100000 100100 110110 1011100 100001

Color Harmonies of #A39307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39307

Black with #A39307

Text Example


Text Example

White with #A39307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39307; }

 p { color: rgb(163,147,7); }

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

background-color css

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

 a { background-color: rgb(163,147,7); }

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

border-color css

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

 span { border-color: rgb(163,147,7); }

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