#a28c48

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

Shades of Luxor Gold #A28C48

Tints of Luxor Gold #A28C48

Color information

#A28C48 (or 0xA28C48) is unknown color: approx Luxor Gold. HEX triplet: A2, 8C and 48. RGB value is (162,140,72). Sum of RGB (Red+Green+Blue) = 162+140+72=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C48 is #5D73B7. Grayscale: #8B8B8B. Windows color (decimal): -6124472 or 4754594. OLE color: 4754594.

HSL color Cylindrical-coordinate representation of color #A28C48: hue angle of 45.33º degrees, saturation: 0.38, 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 #A28C48 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16214072-
CMYK00.140.560.36
HSL45.33º38.46%45.88%-
HSV(B)45.33º55.56%63.53%-
XYZ25.4526.919.98-
YUV138.8390.29144.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 140 (55.08% from 255) = 37.43%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=43.32%
G=37.43%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621407200.140.560.3645.3338.4645.88
HexA28C480E38242d262e
Octal2422141100167044554656
Binary1010001010001100100100001110111000100100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a28c48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a28c48; }

 p { color: rgb(162,140,72); }

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

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

 a { background-color: rgb(162,140,72); }

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

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

 span { border-color: rgb(162,140,72); }

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