Html Css Color HEX #A3904A Luxor Gold

📋 copy color: '#A3904A'

red 163 ◦ green 144 ◦ blue 74

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

Shades of Luxor Gold #A3904A

Tints of Luxor Gold #A3904A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

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

R = 42.78%
G = 37.8%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3904A (or 0xA3904A) is known color: Luxor Gold. HEX triplet: A3, 90 and 4A. RGB value is (163,144,74). Sum of RGB (Red+Green+Blue) = 163+144+74=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 163 - color contains mainly: red. Hex color #A3904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3904A is #5C6FB5. Grayscale: #8E8E8E. Windows color (decimal): -6057910 or 4886691. OLE color: 4886691.

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

Color convert

RGB 163 144 74 -
CMYK 0 0.12 0.55 0.36
HSL 47.19º 0.38% 0.46% -
HSV(B) 47.19º 0.55% 0.64% -
XYZ 26.31 28.23 10.54 -
YUV 141.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 163 144 74 0 0.12 0.55 0.36 47.19 0.38 0.46
Hex A3 90 4A 0 C 37 24 2F 26 2E
Octal 243 220 112 0 14 67 44 57 46 56
Binary 10100011 10010000 1001010 0 1100 110111 100100 101111 100110 101110

Color Harmonies of #A3904A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3904A

Black with #A3904A

Text Example


Text Example

White with #A3904A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3904A; }

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

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

background-color css

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

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

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

border-color css

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

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

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