Html Css Color HEX #A3863E Luxor Gold

📋 copy color: '#A3863E'

red 163 ◦ green 134 ◦ blue 62

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

Shades of Luxor Gold #A3863E

Tints of Luxor Gold #A3863E

RGB

 RED value IS 163 (64.06% from 255) = 45.4%

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

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

R = 45.4%
G = 37.33%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3863E (or 0xA3863E) is known color: Luxor Gold. HEX triplet: A3, 86 and 3E. RGB value is (163,134,62). Sum of RGB (Red+Green+Blue) = 163+134+62=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3863E is #5C79C1. Grayscale: #868686. Windows color (decimal): -6060482 or 4097699. OLE color: 4097699.

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

Color convert

RGB 163 134 62 -
CMYK 0 0.18 0.62 0.36
HSL 42.77º 0.45% 0.44% -
HSV(B) 42.77º 0.62% 0.64% -
XYZ 24.5 25.18 8.13 -
YUV 134.46 87.11 148.35 -
System Red Green Blue C M Y K H S L
Decimal 163 134 62 0 0.18 0.62 0.36 42.77 0.45 0.44
Hex A3 86 3E 0 12 3E 24 2B 2D 2C
Octal 243 206 76 0 22 76 44 53 55 54
Binary 10100011 10000110 111110 0 10010 111110 100100 101011 101101 101100

Color Harmonies of #A3863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3863E

Black with #A3863E

Text Example


Text Example

White with #A3863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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