Html Css Color HEX #A4943F Luxor Gold

📋 copy color: '#A4943F'

red 164 ◦ green 148 ◦ blue 63

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

Shades of Luxor Gold #A4943F

Tints of Luxor Gold #A4943F

RGB

 RED value IS 164 (64.45% from 255) = 43.73%

 GREEN value IS 148 (58.2% from 255) = 39.47%

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

R = 43.73%
G = 39.47%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4943F (or 0xA4943F) is known color: Luxor Gold. HEX triplet: A4, 94 and 3F. RGB value is (164,148,63). Sum of RGB (Red+Green+Blue) = 164+148+63=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4943F is #5B6BC0. Grayscale: #8F8F8F. Windows color (decimal): -5991361 or 4166820. OLE color: 4166820.

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

Color convert

RGB 164 148 63 -
CMYK 0 0.10 0.62 0.36
HSL 50.5º 0.44% 0.45% -
HSV(B) 50.5º 0.62% 0.64% -
XYZ 26.8 29.43 8.97 -
YUV 143.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 164 148 63 0 0.10 0.62 0.36 50.5 0.44 0.45
Hex A4 94 3F 0 A 3E 24 32 2C 2D
Octal 244 224 77 0 12 76 44 62 54 55
Binary 10100100 10010100 111111 0 1010 111110 100100 110010 101100 101101

Color Harmonies of #A4943F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4943F

Black with #A4943F

Text Example


Text Example

White with #A4943F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4943F; }

 p { color: rgb(164,148,63); }

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

background-color css

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

 a { background-color: rgb(164,148,63); }

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

border-color css

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

 span { border-color: rgb(164,148,63); }

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