#A28A3E

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

Shades of Luxor Gold #A28A3E

Tints of Luxor Gold #A28A3E

Color information

#A28A3E (or 0xA28A3E) is unknown color: approx Luxor Gold. HEX triplet: A2, 8A and 3E. RGB value is (162,138,62). Sum of RGB (Red+Green+Blue) = 162+138+62=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A3E is #5D75C1. Grayscale: #888888. Windows color (decimal): -6124994 or 4098722. OLE color: 4098722.

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

Color convert

RGB16213862-
CMYK00.150.620.36
HSL45.6º44.64%43.92%-
HSV(B)45.6º61.73%63.53%-
XYZ24.8626.218.31-
YUV136.5185.95146.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.75%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 62 (24.61% from 255) = 17.13%
R=44.75%
G=38.12%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621386200.150.620.3645.644.6443.92
HexA28A3E0F3E242e2d2c
Octal242212760177644565554
Binary101000101000101011111001111111110100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A3E; }

 p { color: rgb(162,138,62); }

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

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

 a { background-color: rgb(162,138,62); }

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

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

 span { border-color: rgb(162,138,62); }

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