#A88C3D

Color #A88C3D Luxor Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Luxor Gold #A88C3D

Tints of Luxor Gold #A88C3D

Color information

#A88C3D (or 0xA88C3D) is unknown color: approx Luxor Gold. HEX triplet: A8, 8C and 3D. RGB value is (168,140,61). Sum of RGB (Red+Green+Blue) = 168+140+61=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 140 (55.08% from 255 or 37.94% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C3D is #5773C2. Grayscale: #8B8B8B. Windows color (decimal): -5731267 or 4033704. OLE color: 4033704.

HSL color Cylindrical-coordinate representation of color #A88C3D: hue angle of 44.3º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A88C3D is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16814061-
CMYK00.170.640.34
HSL44.3º46.72%44.9%-
HSV(B)44.3º63.69%65.88%-
XYZ26.3727.428.32-
YUV139.3783.78148.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 140 (55.08% from 255) = 37.94%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=45.53%
G=37.94%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681406100.170.640.3444.346.7244.9
HexA88C3D01140222c2f2d
Octal2502147502110042545755
Binary10101000100011001111010100011000000100010101100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C3D; }

 p { color: rgb(168,140,61); }

 H1.HeaderClassName
 {
   color: #A88C3D;
 }
 .AnyTagClassName
 {
   color: #A88C3D;
 }
</style>
background-color css

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

 a { background-color: rgb(168,140,61); }

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

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

 span { border-color: rgb(168,140,61); }

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