Html Css Color HEX #A48740 Luxor Gold

📋 copy color: '#A48740'

red 164 ◦ green 135 ◦ blue 64

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

Shades of Luxor Gold #A48740

Tints of Luxor Gold #A48740

RGB

 RED value IS 164 (64.45% from 255) = 45.18%

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 45.18%
G = 37.19%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A48740 (or 0xA48740) is known color: Luxor Gold. HEX triplet: A4, 87 and 40. RGB value is (164,135,64). Sum of RGB (Red+Green+Blue) = 164+135+64=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A48740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48740 is #5B78BF. Grayscale: #878787. Windows color (decimal): -5994688 or 4229028. OLE color: 4229028.

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

Color convert

RGB 164 135 64 -
CMYK 0 0.18 0.61 0.36
HSL 42.6º 0.44% 0.45% -
HSV(B) 42.6º 0.61% 0.64% -
XYZ 24.9 25.59 8.48 -
YUV 135.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 164 135 64 0 0.18 0.61 0.36 42.6 0.44 0.45
Hex A4 87 40 0 12 3D 24 2B 2C 2D
Octal 244 207 100 0 22 75 44 53 54 55
Binary 10100100 10000111 1000000 0 10010 111101 100100 101011 101100 101101

Color Harmonies of #A48740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48740

Black with #A48740

Text Example


Text Example

White with #A48740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48740; }

 p { color: rgb(164,135,64); }

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

background-color css

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

 a { background-color: rgb(164,135,64); }

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

border-color css

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

 span { border-color: rgb(164,135,64); }

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