Html Css Color HEX #A39440 Luxor Gold

📋 copy color: '#A39440'

red 163 ◦ green 148 ◦ blue 64

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

Shades of Luxor Gold #A39440

Tints of Luxor Gold #A39440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 64 (25.39% from 255) = 17.07%

R = 43.47%
G = 39.47%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A39440 (or 0xA39440) is known color: Luxor Gold. HEX triplet: A3, 94 and 40. RGB value is (163,148,64). Sum of RGB (Red+Green+Blue) = 163+148+64=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A39440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39440 is #5C6BBF. Grayscale: #8F8F8F. Windows color (decimal): -6056896 or 4232355. OLE color: 4232355.

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

Color convert

RGB 163 148 64 -
CMYK 0 0.09 0.61 0.36
HSL 50.91º 0.44% 0.45% -
HSV(B) 50.91º 0.61% 0.64% -
XYZ 26.62 29.34 9.11 -
YUV 142.91 83.47 142.33 -
System Red Green Blue C M Y K H S L
Decimal 163 148 64 0 0.09 0.61 0.36 50.91 0.44 0.45
Hex A3 94 40 0 9 3D 24 33 2C 2D
Octal 243 224 100 0 11 75 44 63 54 55
Binary 10100011 10010100 1000000 0 1001 111101 100100 110011 101100 101101

Color Harmonies of #A39440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39440

Black with #A39440

Text Example


Text Example

White with #A39440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39440; }

 p { color: rgb(163,148,64); }

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

background-color css

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

 a { background-color: rgb(163,148,64); }

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

border-color css

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

 span { border-color: rgb(163,148,64); }

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