Html Css Color HEX #A39043 Luxor Gold

📋 copy color: '#A39043'

red 163 ◦ green 144 ◦ blue 67

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

Shades of Luxor Gold #A39043

Tints of Luxor Gold #A39043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 43.58%
G = 38.5%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A39043 (or 0xA39043) is known color: Luxor Gold. HEX triplet: A3, 90 and 43. RGB value is (163,144,67). Sum of RGB (Red+Green+Blue) = 163+144+67=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A39043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39043 is #5C6FBC. Grayscale: #8D8D8D. Windows color (decimal): -6057917 or 4427939. OLE color: 4427939.

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

Color convert

RGB 163 144 67 -
CMYK 0 0.12 0.59 0.36
HSL 48.13º 0.42% 0.45% -
HSV(B) 48.13º 0.59% 0.64% -
XYZ 26.09 28.14 9.37 -
YUV 140.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 163 144 67 0 0.12 0.59 0.36 48.13 0.42 0.45
Hex A3 90 43 0 C 3B 24 30 2A 2D
Octal 243 220 103 0 14 73 44 60 52 55
Binary 10100011 10010000 1000011 0 1100 111011 100100 110000 101010 101101

Color Harmonies of #A39043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39043

Black with #A39043

Text Example


Text Example

White with #A39043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39043; }

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

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

background-color css

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

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

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

border-color css

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

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

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