Html Css Color HEX #A3933F Luxor Gold

📋 copy color: '#A3933F'

red 163 ◦ green 147 ◦ blue 63

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

Shades of Luxor Gold #A3933F

Tints of Luxor Gold #A3933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.41%

 BLUE value IS 63 (25% from 255) = 16.89%

R = 43.7%
G = 39.41%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3933F (or 0xA3933F) is known color: Luxor Gold. HEX triplet: A3, 93 and 3F. RGB value is (163,147,63). Sum of RGB (Red+Green+Blue) = 163+147+63=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3933F is #5C6CC0. Grayscale: #8E8E8E. Windows color (decimal): -6057153 or 4166563. OLE color: 4166563.

HSL color Cylindrical-coordinate representation of color #A3933F: hue angle of 50.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3933F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 63 -
CMYK 0 0.10 0.61 0.36
HSL 50.4º 0.44% 0.44% -
HSV(B) 50.4º 0.61% 0.64% -
XYZ 26.44 29.01 8.91 -
YUV 142.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 163 147 63 0 0.10 0.61 0.36 50.4 0.44 0.44
Hex A3 93 3F 0 A 3D 24 32 2C 2C
Octal 243 223 77 0 12 75 44 62 54 54
Binary 10100011 10010011 111111 0 1010 111101 100100 110010 101100 101100

Color Harmonies of #A3933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3933F

Black with #A3933F

Text Example


Text Example

White with #A3933F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3933F; }

 p { color: rgb(163,147,63); }

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

background-color css

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

 a { background-color: rgb(163,147,63); }

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

border-color css

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

 span { border-color: rgb(163,147,63); }

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