Html Css Color HEX #A48541 Luxor Gold

📋 copy color: '#A48541'

red 164 ◦ green 133 ◦ blue 65

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

Shades of Luxor Gold #A48541

Tints of Luxor Gold #A48541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

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

R = 45.3%
G = 36.74%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A48541 (or 0xA48541) is known color: Luxor Gold. HEX triplet: A4, 85 and 41. RGB value is (164,133,65). Sum of RGB (Red+Green+Blue) = 164+133+65=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A48541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48541 is #5B7ABE. Grayscale: #868686. Windows color (decimal): -5995199 or 4294052. OLE color: 4294052.

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

Color convert

RGB 164 133 65 -
CMYK 0 0.19 0.60 0.36
HSL 41.21º 0.43% 0.45% -
HSV(B) 41.21º 0.6% 0.64% -
XYZ 24.65 25.05 8.54 -
YUV 134.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 164 133 65 0 0.19 0.60 0.36 41.21 0.43 0.45
Hex A4 85 41 0 13 3C 24 29 2B 2D
Octal 244 205 101 0 23 74 44 51 53 55
Binary 10100100 10000101 1000001 0 10011 111100 100100 101001 101011 101101

Color Harmonies of #A48541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48541

Black with #A48541

Text Example


Text Example

White with #A48541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48541; }

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

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

background-color css

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

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

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

border-color css

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

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

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