#A28C3F

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

Shades of Luxor Gold #A28C3F

Tints of Luxor Gold #A28C3F

Color information

#A28C3F (or 0xA28C3F) is unknown color: approx Luxor Gold. HEX triplet: A2, 8C and 3F. RGB value is (162,140,63). Sum of RGB (Red+Green+Blue) = 162+140+63=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C3F is #5D73C0. Grayscale: #8A8A8A. Windows color (decimal): -6124481 or 4164770. OLE color: 4164770.

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

Color convert

RGB16214063-
CMYK00.140.610.36
HSL46.67º44%44.12%-
HSV(B)46.67º61.11%63.53%-
XYZ25.1826.88.55-
YUV137.885.79145.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 63 (25% from 255) = 17.26%
R=44.38%
G=38.36%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621406300.140.610.3646.674444.12
HexA28C3F0E3D242f2c2c
Octal242214770167544575454
Binary101000101000110011111101110111101100100101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C3F; }

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

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

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

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

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

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

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

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