Html Css Color HEX #A48848 Luxor Gold

📋 copy color: '#A48848'

red 164 ◦ green 136 ◦ blue 72

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

Shades of Luxor Gold #A48848

Tints of Luxor Gold #A48848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 44.09%
G = 36.56%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A48848 (or 0xA48848) is known color: Luxor Gold. HEX triplet: A4, 88 and 48. RGB value is (164,136,72). Sum of RGB (Red+Green+Blue) = 164+136+72=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A48848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48848 is #5B77B7. Grayscale: #898989. Windows color (decimal): -5994424 or 4753572. OLE color: 4753572.

HSL color Cylindrical-coordinate representation of color #A48848: hue angle of 41.74º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A48848 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 72 -
CMYK 0 0.17 0.56 0.36
HSL 41.74º 0.39% 0.46% -
HSV(B) 41.74º 0.56% 0.64% -
XYZ 25.28 25.97 9.81 -
YUV 137.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 164 136 72 0 0.17 0.56 0.36 41.74 0.39 0.46
Hex A4 88 48 0 11 38 24 2A 27 2E
Octal 244 210 110 0 21 70 44 52 47 56
Binary 10100100 10001000 1001000 0 10001 111000 100100 101010 100111 101110

Color Harmonies of #A48848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48848

Black with #A48848

Text Example


Text Example

White with #A48848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48848; }

 p { color: rgb(164,136,72); }

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

background-color css

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

 a { background-color: rgb(164,136,72); }

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

border-color css

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

 span { border-color: rgb(164,136,72); }

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