Html Css Color HEX #A3904B Luxor Gold

📋 copy color: '#A3904B'

red 163 ◦ green 144 ◦ blue 75

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

Shades of Luxor Gold #A3904B

Tints of Luxor Gold #A3904B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 42.67%
G = 37.7%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3904B (or 0xA3904B) is known color: Luxor Gold. HEX triplet: A3, 90 and 4B. RGB value is (163,144,75). Sum of RGB (Red+Green+Blue) = 163+144+75=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A3904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3904B is #5C6FB4. Grayscale: #8E8E8E. Windows color (decimal): -6057909 or 4952227. OLE color: 4952227.

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

Color convert

RGB 163 144 75 -
CMYK 0 0.12 0.54 0.36
HSL 47.05º 0.37% 0.47% -
HSV(B) 47.05º 0.54% 0.64% -
XYZ 26.35 28.24 10.72 -
YUV 141.82 90.29 143.11 -
System Red Green Blue C M Y K H S L
Decimal 163 144 75 0 0.12 0.54 0.36 47.05 0.37 0.47
Hex A3 90 4B 0 C 36 24 2F 25 2F
Octal 243 220 113 0 14 66 44 57 45 57
Binary 10100011 10010000 1001011 0 1100 110110 100100 101111 100101 101111

Color Harmonies of #A3904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3904B

Black with #A3904B

Text Example


Text Example

White with #A3904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3904B; }

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

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

background-color css

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

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

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

border-color css

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

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

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