Html Css Color HEX #A38747 Luxor Gold

📋 copy color: '#A38747'

red 163 ◦ green 135 ◦ blue 71

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

Shades of Luxor Gold #A38747

Tints of Luxor Gold #A38747

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

 BLUE value IS 71 (28.13% from 255) = 19.24%

R = 44.17%
G = 36.59%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A38747 (or 0xA38747) is known color: Luxor Gold. HEX triplet: A3, 87 and 47. RGB value is (163,135,71). Sum of RGB (Red+Green+Blue) = 163+135+71=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A38747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38747 is #5C78B8. Grayscale: #888888. Windows color (decimal): -6060217 or 4687779. OLE color: 4687779.

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

Color convert

RGB 163 135 71 -
CMYK 0 0.17 0.56 0.36
HSL 41.74º 0.39% 0.46% -
HSV(B) 41.74º 0.56% 0.64% -
XYZ 24.91 25.57 9.58 -
YUV 136.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 163 135 71 0 0.17 0.56 0.36 41.74 0.39 0.46
Hex A3 87 47 0 11 38 24 2A 27 2E
Octal 243 207 107 0 21 70 44 52 47 56
Binary 10100011 10000111 1000111 0 10001 111000 100100 101010 100111 101110

Color Harmonies of #A38747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38747

Black with #A38747

Text Example


Text Example

White with #A38747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38747; }

 p { color: rgb(163,135,71); }

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

background-color css

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

 a { background-color: rgb(163,135,71); }

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

border-color css

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

 span { border-color: rgb(163,135,71); }

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