Html Css Color HEX #A18745 Luxor Gold

📋 copy color: '#A18745'

red 161 ◦ green 135 ◦ blue 69

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

Shades of Luxor Gold #A18745

Tints of Luxor Gold #A18745

RGB

 RED value IS 161 (63.28% from 255) = 44.11%

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

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

R = 44.11%
G = 36.99%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A18745 (or 0xA18745) is known color: Luxor Gold. HEX triplet: A1, 87 and 45. RGB value is (161,135,69). Sum of RGB (Red+Green+Blue) = 161+135+69=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18745 is #5E78BA. Grayscale: #878787. Windows color (decimal): -6191291 or 4556705. OLE color: 4556705.

HSL color Cylindrical-coordinate representation of color #A18745: hue angle of 43.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A18745 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 69 -
CMYK 0 0.16 0.57 0.37
HSL 43.04º 0.4% 0.45% -
HSV(B) 43.04º 0.57% 0.63% -
XYZ 24.44 25.33 9.23 -
YUV 135.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 161 135 69 0 0.16 0.57 0.37 43.04 0.4 0.45
Hex A1 87 45 0 10 39 25 2B 28 2D
Octal 241 207 105 0 20 71 45 53 50 55
Binary 10100001 10000111 1000101 0 10000 111001 100101 101011 101000 101101

Color Harmonies of #A18745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18745

Black with #A18745

Text Example


Text Example

White with #A18745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18745; }

 p { color: rgb(161,135,69); }

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

background-color css

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

 a { background-color: rgb(161,135,69); }

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

border-color css

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

 span { border-color: rgb(161,135,69); }

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