Html Css Color HEX #A39345 Luxor Gold

📋 copy color: '#A39345'

red 163 ◦ green 147 ◦ blue 69

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

Shades of Luxor Gold #A39345

Tints of Luxor Gold #A39345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.21%

R = 43.01%
G = 38.79%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A39345 (or 0xA39345) is known color: Luxor Gold. HEX triplet: A3, 93 and 45. RGB value is (163,147,69). Sum of RGB (Red+Green+Blue) = 163+147+69=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A39345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39345 is #5C6CBA. Grayscale: #8F8F8F. Windows color (decimal): -6057147 or 4559779. OLE color: 4559779.

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

Color convert

RGB 163 147 69 -
CMYK 0 0.10 0.58 0.36
HSL 49.79º 0.41% 0.45% -
HSV(B) 49.79º 0.58% 0.64% -
XYZ 26.61 29.08 9.84 -
YUV 142.89 86.3 142.34 -
System Red Green Blue C M Y K H S L
Decimal 163 147 69 0 0.10 0.58 0.36 49.79 0.41 0.45
Hex A3 93 45 0 A 3A 24 32 29 2D
Octal 243 223 105 0 12 72 44 62 51 55
Binary 10100011 10010011 1000101 0 1010 111010 100100 110010 101001 101101

Color Harmonies of #A39345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39345

Black with #A39345

Text Example


Text Example

White with #A39345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39345; }

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

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

background-color css

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

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

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

border-color css

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

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

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