Html Css Color HEX #A48D3E Luxor Gold

📋 copy color: '#A48D3E'

red 164 ◦ green 141 ◦ blue 62

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

Shades of Luxor Gold #A48D3E

Tints of Luxor Gold #A48D3E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

 BLUE value IS 62 (24.61% from 255) = 16.89%

R = 44.69%
G = 38.42%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A48D3E (or 0xA48D3E) is known color: Luxor Gold. HEX triplet: A4, 8D and 3E. RGB value is (164,141,62). Sum of RGB (Red+Green+Blue) = 164+141+62=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D3E is #5B72C1. Grayscale: #8B8B8B. Windows color (decimal): -5993154 or 4099492. OLE color: 4099492.

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

Color convert

RGB 164 141 62 -
CMYK 0 0.14 0.62 0.36
HSL 46.47º 0.45% 0.44% -
HSV(B) 46.47º 0.62% 0.64% -
XYZ 25.7 27.29 8.47 -
YUV 138.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 164 141 62 0 0.14 0.62 0.36 46.47 0.45 0.44
Hex A4 8D 3E 0 E 3E 24 2E 2D 2C
Octal 244 215 76 0 16 76 44 56 55 54
Binary 10100100 10001101 111110 0 1110 111110 100100 101110 101101 101100

Color Harmonies of #A48D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48D3E

Black with #A48D3E

Text Example


Text Example

White with #A48D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48D3E; }

 p { color: rgb(164,141,62); }

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

background-color css

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

 a { background-color: rgb(164,141,62); }

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

border-color css

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

 span { border-color: rgb(164,141,62); }

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