Html Css Color HEX #A38D4A Luxor Gold

📋 copy color: '#A38D4A'

red 163 ◦ green 141 ◦ blue 74

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

Shades of Luxor Gold #A38D4A

Tints of Luxor Gold #A38D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 43.12%
G = 37.3%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A38D4A (or 0xA38D4A) is known color: Luxor Gold. HEX triplet: A3, 8D and 4A. RGB value is (163,141,74). Sum of RGB (Red+Green+Blue) = 163+141+74=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A38D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38D4A is #5C72B5. Grayscale: #8C8C8C. Windows color (decimal): -6058678 or 4885923. OLE color: 4885923.

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

Color convert

RGB 163 141 74 -
CMYK 0 0.13 0.55 0.36
HSL 45.17º 0.38% 0.46% -
HSV(B) 45.17º 0.55% 0.64% -
XYZ 25.87 27.33 10.39 -
YUV 139.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 163 141 74 0 0.13 0.55 0.36 45.17 0.38 0.46
Hex A3 8D 4A 0 D 37 24 2D 26 2E
Octal 243 215 112 0 15 67 44 55 46 56
Binary 10100011 10001101 1001010 0 1101 110111 100100 101101 100110 101110

Color Harmonies of #A38D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38D4A

Black with #A38D4A

Text Example


Text Example

White with #A38D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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