#A38B3E

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

Shades of Luxor Gold #A38B3E

Tints of Luxor Gold #A38B3E

Color information

#A38B3E (or 0xA38B3E) is unknown color: approx Luxor Gold. HEX triplet: A3, 8B and 3E. RGB value is (163,139,62). Sum of RGB (Red+Green+Blue) = 163+139+62=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A38B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38B3E is #5C74C1. Grayscale: #898989. Windows color (decimal): -6059202 or 4098979. OLE color: 4098979.

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

Color convert

RGB16313962-
CMYK00.150.620.36
HSL45.74º44.89%44.12%-
HSV(B)45.74º61.96%63.92%-
XYZ25.2126.68.36-
YUV137.485.45146.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.78%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=44.78%
G=38.19%
B=17.03%

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
Decimal1631396200.150.620.3645.7444.8944.12
HexA38B3E0F3E242e2d2c
Octal243213760177644565554
Binary101000111000101111111001111111110100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38B3E; }

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

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

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

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

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

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

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

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