Html Css Color HEX #A48E4A Luxor Gold

📋 copy color: '#A48E4A'

red 164 ◦ green 142 ◦ blue 74

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

Shades of Luxor Gold #A48E4A

Tints of Luxor Gold #A48E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 74 (29.3% from 255) = 19.47%

R = 43.16%
G = 37.37%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A48E4A (or 0xA48E4A) is known color: Luxor Gold. HEX triplet: A4, 8E and 4A. RGB value is (164,142,74). Sum of RGB (Red+Green+Blue) = 164+142+74=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E4A is #5B71B5. Grayscale: #8D8D8D. Windows color (decimal): -5992886 or 4886180. OLE color: 4886180.

HSL color Cylindrical-coordinate representation of color #A48E4A: hue angle of 45.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A48E4A is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 142 74 -
CMYK 0 0.13 0.55 0.36
HSL 45.33º 0.38% 0.47% -
HSV(B) 45.33º 0.55% 0.64% -
XYZ 26.22 27.73 10.45 -
YUV 140.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 164 142 74 0 0.13 0.55 0.36 45.33 0.38 0.47
Hex A4 8E 4A 0 D 37 24 2D 26 2F
Octal 244 216 112 0 15 67 44 55 46 57
Binary 10100100 10001110 1001010 0 1101 110111 100100 101101 100110 101111

Color Harmonies of #A48E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48E4A

Black with #A48E4A

Text Example


Text Example

White with #A48E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48E4A; }

 p { color: rgb(164,142,74); }

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

background-color css

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

 a { background-color: rgb(164,142,74); }

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

border-color css

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

 span { border-color: rgb(164,142,74); }

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