Html Css Color HEX #A39145 Luxor Gold

📋 copy color: '#A39145'

red 163 ◦ green 145 ◦ blue 69

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

Shades of Luxor Gold #A39145

Tints of Luxor Gold #A39145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.46%

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

R = 43.24%
G = 38.46%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A39145 (or 0xA39145) is known color: Luxor Gold. HEX triplet: A3, 91 and 45. RGB value is (163,145,69). Sum of RGB (Red+Green+Blue) = 163+145+69=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A39145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39145 is #5C6EBA. Grayscale: #8E8E8E. Windows color (decimal): -6057659 or 4559267. OLE color: 4559267.

HSL color Cylindrical-coordinate representation of color #A39145: hue angle of 48.51º 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 #A39145 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 145 69 -
CMYK 0 0.11 0.58 0.36
HSL 48.51º 0.41% 0.45% -
HSV(B) 48.51º 0.58% 0.64% -
XYZ 26.3 28.47 9.74 -
YUV 141.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 163 145 69 0 0.11 0.58 0.36 48.51 0.41 0.45
Hex A3 91 45 0 B 3A 24 31 29 2D
Octal 243 221 105 0 13 72 44 61 51 55
Binary 10100011 10010001 1000101 0 1011 111010 100100 110001 101001 101101

Color Harmonies of #A39145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39145

Black with #A39145

Text Example


Text Example

White with #A39145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39145; }

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

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

background-color css

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

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

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

border-color css

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

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

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