Html Css Color HEX #A38C4A Luxor Gold

📋 copy color: '#A38C4A'

red 163 ◦ green 140 ◦ blue 74

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

Shades of Luxor Gold #A38C4A

Tints of Luxor Gold #A38C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.14%

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

R = 43.24%
G = 37.14%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A38C4A (or 0xA38C4A) is known color: Luxor Gold. HEX triplet: A3, 8C and 4A. RGB value is (163,140,74). Sum of RGB (Red+Green+Blue) = 163+140+74=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C4A is #5C73B5. Grayscale: #8B8B8B. Windows color (decimal): -6058934 or 4885667. OLE color: 4885667.

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

Color convert

RGB 163 140 74 -
CMYK 0 0.14 0.55 0.36
HSL 44.49º 0.38% 0.46% -
HSV(B) 44.49º 0.55% 0.64% -
XYZ 25.72 27.04 10.34 -
YUV 139.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 163 140 74 0 0.14 0.55 0.36 44.49 0.38 0.46
Hex A3 8C 4A 0 E 37 24 2C 26 2E
Octal 243 214 112 0 16 67 44 54 46 56
Binary 10100011 10001100 1001010 0 1110 110111 100100 101100 100110 101110

Color Harmonies of #A38C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38C4A

Black with #A38C4A

Text Example


Text Example

White with #A38C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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