Html Css Color HEX #A48441 Luxor Gold

📋 copy color: '#A48441'

red 164 ◦ green 132 ◦ blue 65

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

Shades of Luxor Gold #A48441

Tints of Luxor Gold #A48441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 45.43%
G = 36.57%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A48441 (or 0xA48441) is known color: Luxor Gold. HEX triplet: A4, 84 and 41. RGB value is (164,132,65). Sum of RGB (Red+Green+Blue) = 164+132+65=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A48441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48441 is #5B7BBE. Grayscale: #868686. Windows color (decimal): -5995455 or 4293796. OLE color: 4293796.

HSL color Cylindrical-coordinate representation of color #A48441: hue angle of 40.61º 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 #A48441 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 65 -
CMYK 0 0.20 0.60 0.36
HSL 40.61º 0.43% 0.45% -
HSV(B) 40.61º 0.6% 0.64% -
XYZ 24.52 24.78 8.49 -
YUV 133.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 164 132 65 0 0.20 0.60 0.36 40.61 0.43 0.45
Hex A4 84 41 0 14 3C 24 29 2B 2D
Octal 244 204 101 0 24 74 44 51 53 55
Binary 10100100 10000100 1000001 0 10100 111100 100100 101001 101011 101101

Color Harmonies of #A48441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48441

Black with #A48441

Text Example


Text Example

White with #A48441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48441; }

 p { color: rgb(164,132,65); }

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

background-color css

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

 a { background-color: rgb(164,132,65); }

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

border-color css

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

 span { border-color: rgb(164,132,65); }

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