Html Css Color HEX #A38D3F Luxor Gold

📋 copy color: '#A38D3F'

red 163 ◦ green 141 ◦ blue 63

#A38D3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Luxor Gold #A38D3F

Tints of Luxor Gold #A38D3F

RGB

 RED value IS 163 (64.06% from 255) = 44.41%

 GREEN value IS 141 (55.47% from 255) = 38.42%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 44.41%
G = 38.42%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A38D3F (or 0xA38D3F) is known color: Luxor Gold. HEX triplet: A3, 8D and 3F. RGB value is (163,141,63). Sum of RGB (Red+Green+Blue) = 163+141+63=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D3F is #5C72C0. Grayscale: #8B8B8B. Windows color (decimal): -6058689 or 4165027. OLE color: 4165027.

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

Color convert

RGB 163 141 63 -
CMYK 0 0.13 0.61 0.36
HSL 46.8º 0.44% 0.44% -
HSV(B) 46.8º 0.61% 0.64% -
XYZ 25.53 27.2 8.61 -
YUV 138.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 163 141 63 0 0.13 0.61 0.36 46.8 0.44 0.44
Hex A3 8D 3F 0 D 3D 24 2F 2C 2C
Octal 243 215 77 0 15 75 44 57 54 54
Binary 10100011 10001101 111111 0 1101 111101 100100 101111 101100 101100

Color Harmonies of #A38D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D3F

Black with #A38D3F

Text Example


Text Example

White with #A38D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D3F; }

 p { color: rgb(163,141,63); }

 H1.HeaderClassName
 {
   color: #A38D3F;
 }
 .AnyTagClassName
 {
   color: #A38D3F;
 }
</style>

background-color css

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

 a { background-color: rgb(163,141,63); }

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

border-color css

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

 span { border-color: rgb(163,141,63); }

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