Html Css Color HEX #A2863F Luxor Gold

📋 copy color: '#A2863F'

red 162 ◦ green 134 ◦ blue 63

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

Shades of Luxor Gold #A2863F

Tints of Luxor Gold #A2863F

RGB

 RED value IS 162 (63.67% from 255) = 45.13%

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

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

R = 45.13%
G = 37.33%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2863F (or 0xA2863F) is known color: Luxor Gold. HEX triplet: A2, 86 and 3F. RGB value is (162,134,63). Sum of RGB (Red+Green+Blue) = 162+134+63=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2863F is #5D79C0. Grayscale: #868686. Windows color (decimal): -6126017 or 4163234. OLE color: 4163234.

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

Color convert

RGB 162 134 63 -
CMYK 0 0.17 0.61 0.36
HSL 43.03º 0.44% 0.44% -
HSV(B) 43.03º 0.61% 0.64% -
XYZ 24.32 25.09 8.26 -
YUV 134.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 162 134 63 0 0.17 0.61 0.36 43.03 0.44 0.44
Hex A2 86 3F 0 11 3D 24 2B 2C 2C
Octal 242 206 77 0 21 75 44 53 54 54
Binary 10100010 10000110 111111 0 10001 111101 100100 101011 101100 101100

Color Harmonies of #A2863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2863F

Black with #A2863F

Text Example


Text Example

White with #A2863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2863F; }

 p { color: rgb(162,134,63); }

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

background-color css

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

 a { background-color: rgb(162,134,63); }

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

border-color css

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

 span { border-color: rgb(162,134,63); }

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