Html Css Color HEX #A38D4C Luxor Gold

📋 copy color: '#A38D4C'

red 163 ◦ green 141 ◦ blue 76

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

Shades of Luxor Gold #A38D4C

Tints of Luxor Gold #A38D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20%

R = 42.89%
G = 37.11%
B = 20%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A38D4C (or 0xA38D4C) is known color: Luxor Gold. HEX triplet: A3, 8D and 4C. RGB value is (163,141,76). Sum of RGB (Red+Green+Blue) = 163+141+76=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D4C is #5C72B3. Grayscale: #8C8C8C. Windows color (decimal): -6058676 or 5016995. OLE color: 5016995.

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

Color convert

RGB 163 141 76 -
CMYK 0 0.13 0.53 0.36
HSL 44.83º 0.36% 0.47% -
HSV(B) 44.83º 0.53% 0.64% -
XYZ 25.93 27.36 10.75 -
YUV 140.17 91.79 144.29 -
System Red Green Blue C M Y K H S L
Decimal 163 141 76 0 0.13 0.53 0.36 44.83 0.36 0.47
Hex A3 8D 4C 0 D 35 24 2D 24 2F
Octal 243 215 114 0 15 65 44 55 44 57
Binary 10100011 10001101 1001100 0 1101 110101 100100 101101 100100 101111

Color Harmonies of #A38D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D4C

Black with #A38D4C

Text Example


Text Example

White with #A38D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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