Html Css Color HEX #A1863E Luxor Gold

📋 copy color: '#A1863E'

red 161 ◦ green 134 ◦ blue 62

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

Shades of Luxor Gold #A1863E

Tints of Luxor Gold #A1863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 62 (24.61% from 255) = 17.37%

R = 45.1%
G = 37.54%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1863E (or 0xA1863E) is known color: Luxor Gold. HEX triplet: A1, 86 and 3E. RGB value is (161,134,62). Sum of RGB (Red+Green+Blue) = 161+134+62=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1863E is #5E79C1. Grayscale: #868686. Windows color (decimal): -6191554 or 4097697. OLE color: 4097697.

HSL color Cylindrical-coordinate representation of color #A1863E: hue angle of 43.64º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1863E is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 134 62 -
CMYK 0 0.17 0.61 0.37
HSL 43.64º 0.44% 0.44% -
HSV(B) 43.64º 0.61% 0.63% -
XYZ 24.09 24.98 8.11 -
YUV 133.87 87.45 147.35 -
System Red Green Blue C M Y K H S L
Decimal 161 134 62 0 0.17 0.61 0.37 43.64 0.44 0.44
Hex A1 86 3E 0 11 3D 25 2C 2C 2C
Octal 241 206 76 0 21 75 45 54 54 54
Binary 10100001 10000110 111110 0 10001 111101 100101 101100 101100 101100

Color Harmonies of #A1863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1863E

Black with #A1863E

Text Example


Text Example

White with #A1863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1863E; }

 p { color: rgb(161,134,62); }

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

background-color css

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

 a { background-color: rgb(161,134,62); }

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

border-color css

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

 span { border-color: rgb(161,134,62); }

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