Html Css Color HEX #A39441 Luxor Gold

📋 copy color: '#A39441'

red 163 ◦ green 148 ◦ blue 65

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

Shades of Luxor Gold #A39441

Tints of Luxor Gold #A39441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.29%

R = 43.35%
G = 39.36%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A39441 (or 0xA39441) is known color: Luxor Gold. HEX triplet: A3, 94 and 41. RGB value is (163,148,65). Sum of RGB (Red+Green+Blue) = 163+148+65=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A39441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39441 is #5C6BBE. Grayscale: #8F8F8F. Windows color (decimal): -6056895 or 4297891. OLE color: 4297891.

HSL color Cylindrical-coordinate representation of color #A39441: hue angle of 50.82º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A39441 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 148 65 -
CMYK 0 0.09 0.60 0.36
HSL 50.82º 0.43% 0.45% -
HSV(B) 50.82º 0.6% 0.64% -
XYZ 26.65 29.35 9.26 -
YUV 143.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 163 148 65 0 0.09 0.60 0.36 50.82 0.43 0.45
Hex A3 94 41 0 9 3C 24 33 2B 2D
Octal 243 224 101 0 11 74 44 63 53 55
Binary 10100011 10010100 1000001 0 1001 111100 100100 110011 101011 101101

Color Harmonies of #A39441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39441

Black with #A39441

Text Example


Text Example

White with #A39441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39441; }

 p { color: rgb(163,148,65); }

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

background-color css

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

 a { background-color: rgb(163,148,65); }

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

border-color css

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

 span { border-color: rgb(163,148,65); }

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