Html Css Color HEX #A39044 Luxor Gold

📋 copy color: '#A39044'

red 163 ◦ green 144 ◦ blue 68

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

Shades of Luxor Gold #A39044

Tints of Luxor Gold #A39044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 43.47%
G = 38.4%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A39044 (or 0xA39044) is known color: Luxor Gold. HEX triplet: A3, 90 and 44. RGB value is (163,144,68). Sum of RGB (Red+Green+Blue) = 163+144+68=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A39044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39044 is #5C6FBB. Grayscale: #8D8D8D. Windows color (decimal): -6057916 or 4493475. OLE color: 4493475.

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

Color convert

RGB 163 144 68 -
CMYK 0 0.12 0.58 0.36
HSL 48º 0.41% 0.45% -
HSV(B) 48º 0.58% 0.64% -
XYZ 26.12 28.15 9.53 -
YUV 141.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 163 144 68 0 0.12 0.58 0.36 48 0.41 0.45
Hex A3 90 44 0 C 3A 24 30 29 2D
Octal 243 220 104 0 14 72 44 60 51 55
Binary 10100011 10010000 1000100 0 1100 111010 100100 110000 101001 101101

Color Harmonies of #A39044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39044

Black with #A39044

Text Example


Text Example

White with #A39044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39044; }

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

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

background-color css

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

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

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

border-color css

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

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

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