Html Css Color HEX #A38E4C Luxor Gold

📋 copy color: '#A38E4C'

red 163 ◦ green 142 ◦ blue 76

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

Shades of Luxor Gold #A38E4C

Tints of Luxor Gold #A38E4C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.27%

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

R = 42.78%
G = 37.27%
B = 19.95%

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

#A38E4C (or 0xA38E4C) is known color: Luxor Gold. HEX triplet: A3, 8E and 4C. RGB value is (163,142,76). Sum of RGB (Red+Green+Blue) = 163+142+76=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A38E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38E4C is #5C71B3. Grayscale: #8D8D8D. Windows color (decimal): -6058420 or 5017251. OLE color: 5017251.

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

Color convert

RGB 163 142 76 -
CMYK 0 0.13 0.53 0.36
HSL 45.52º 0.36% 0.47% -
HSV(B) 45.52º 0.53% 0.64% -
XYZ 26.08 27.65 10.8 -
YUV 140.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 163 142 76 0 0.13 0.53 0.36 45.52 0.36 0.47
Hex A3 8E 4C 0 D 35 24 2E 24 2F
Octal 243 216 114 0 15 65 44 56 44 57
Binary 10100011 10001110 1001100 0 1101 110101 100100 101110 100100 101111

Color Harmonies of #A38E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38E4C

Black with #A38E4C

Text Example


Text Example

White with #A38E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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