#A38A3E

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

Shades of Luxor Gold #A38A3E

Tints of Luxor Gold #A38A3E

Color information

#A38A3E (or 0xA38A3E) is unknown color: approx Luxor Gold. HEX triplet: A3, 8A and 3E. RGB value is (163,138,62). Sum of RGB (Red+Green+Blue) = 163+138+62=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A38A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38A3E is #5C75C1. Grayscale: #898989. Windows color (decimal): -6059458 or 4098723. OLE color: 4098723.

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

Color convert

RGB16313862-
CMYK00.150.620.36
HSL45.15º44.89%44.12%-
HSV(B)45.15º61.96%63.92%-
XYZ25.0626.318.32-
YUV136.8185.78146.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 62 (24.61% from 255) = 17.08%
R=44.90%
G=38.02%
B=17.08%

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
Decimal1631386200.150.620.3645.1544.8944.12
HexA38A3E0F3E242d2d2c
Octal243212760177644555554
Binary101000111000101011111001111111110100100101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38A3E; }

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

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

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

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

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

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

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

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