Html Css Color HEX #A1883F Luxor Gold

📋 copy color: '#A1883F'

red 161 ◦ green 136 ◦ blue 63

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

Shades of Luxor Gold #A1883F

Tints of Luxor Gold #A1883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.78%

 BLUE value IS 63 (25% from 255) = 17.5%

R = 44.72%
G = 37.78%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1883F (or 0xA1883F) is known color: Luxor Gold. HEX triplet: A1, 88 and 3F. RGB value is (161,136,63). Sum of RGB (Red+Green+Blue) = 161+136+63=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1883F is #5E77C0. Grayscale: #878787. Windows color (decimal): -6191041 or 4163745. OLE color: 4163745.

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

Color convert

RGB 161 136 63 -
CMYK 0 0.16 0.61 0.37
HSL 44.69º 0.44% 0.44% -
HSV(B) 44.69º 0.61% 0.63% -
XYZ 24.4 25.54 8.35 -
YUV 135.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 161 136 63 0 0.16 0.61 0.37 44.69 0.44 0.44
Hex A1 88 3F 0 10 3D 25 2D 2C 2C
Octal 241 210 77 0 20 75 45 55 54 54
Binary 10100001 10001000 111111 0 10000 111101 100101 101101 101100 101100

Color Harmonies of #A1883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1883F

Black with #A1883F

Text Example


Text Example

White with #A1883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1883F; }

 p { color: rgb(161,136,63); }

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

background-color css

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

 a { background-color: rgb(161,136,63); }

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

border-color css

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

 span { border-color: rgb(161,136,63); }

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