Html Css Color HEX #A1893E Luxor Gold

📋 copy color: '#A1893E'

red 161 ◦ green 137 ◦ blue 62

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

Shades of Luxor Gold #A1893E

Tints of Luxor Gold #A1893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.06%

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

R = 44.72%
G = 38.06%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1893E (or 0xA1893E) is known color: Luxor Gold. HEX triplet: A1, 89 and 3E. RGB value is (161,137,62). Sum of RGB (Red+Green+Blue) = 161+137+62=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1893E is #5E76C1. Grayscale: #878787. Windows color (decimal): -6190786 or 4098465. OLE color: 4098465.

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

Color convert

RGB 161 137 62 -
CMYK 0 0.15 0.61 0.37
HSL 45.45º 0.44% 0.44% -
HSV(B) 45.45º 0.61% 0.63% -
XYZ 24.51 25.82 8.25 -
YUV 135.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 161 137 62 0 0.15 0.61 0.37 45.45 0.44 0.44
Hex A1 89 3E 0 F 3D 25 2D 2C 2C
Octal 241 211 76 0 17 75 45 55 54 54
Binary 10100001 10001001 111110 0 1111 111101 100101 101101 101100 101100

Color Harmonies of #A1893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1893E

Black with #A1893E

Text Example


Text Example

White with #A1893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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