#A88F3C

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

Shades of Luxor Gold #A88F3C

Tints of Luxor Gold #A88F3C

Color information

#A88F3C (or 0xA88F3C) is unknown color: approx Luxor Gold. HEX triplet: A8, 8F and 3C. RGB value is (168,143,60). Sum of RGB (Red+Green+Blue) = 168+143+60=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F3C is #5770C3. Grayscale: #8D8D8D. Windows color (decimal): -5730500 or 3968936. OLE color: 3968936.

HSL color Cylindrical-coordinate representation of color #A88F3C: hue angle of 46.11º 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 #A88F3C is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16814360-
CMYK00.150.640.34
HSL46.11º47.37%44.71%-
HSV(B)46.11º64.29%65.88%-
XYZ26.7928.38.32-
YUV141.0182.28147.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=45.28%
G=38.54%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681436000.150.640.3446.1147.3744.71
HexA88F3C0F40222e2f2d
Octal2502177401710042565755
Binary1010100010001111111100011111000000100010101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F3C; }

 p { color: rgb(168,143,60); }

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

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

 a { background-color: rgb(168,143,60); }

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

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

 span { border-color: rgb(168,143,60); }

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