Html Css Color HEX #A18746 Luxor Gold

📋 copy color: '#A18746'

red 161 ◦ green 135 ◦ blue 70

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

Shades of Luxor Gold #A18746

Tints of Luxor Gold #A18746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 43.99%
G = 36.89%
B = 19.13%

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

#A18746 (or 0xA18746) is known color: Luxor Gold. HEX triplet: A1, 87 and 46. RGB value is (161,135,70). Sum of RGB (Red+Green+Blue) = 161+135+70=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A18746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18746 is #5E78B9. Grayscale: #878787. Windows color (decimal): -6191290 or 4622241. OLE color: 4622241.

HSL color Cylindrical-coordinate representation of color #A18746: hue angle of 42.86º degrees, saturation: 0.39, 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 #A18746 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 70 -
CMYK 0 0.16 0.57 0.37
HSL 42.86º 0.39% 0.45% -
HSV(B) 42.86º 0.57% 0.63% -
XYZ 24.47 25.35 9.4 -
YUV 135.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 161 135 70 0 0.16 0.57 0.37 42.86 0.39 0.45
Hex A1 87 46 0 10 39 25 2B 27 2D
Octal 241 207 106 0 20 71 45 53 47 55
Binary 10100001 10000111 1000110 0 10000 111001 100101 101011 100111 101101

Color Harmonies of #A18746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18746

Black with #A18746

Text Example


Text Example

White with #A18746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18746; }

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

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

background-color css

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

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

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

border-color css

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

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

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