Html Css Color HEX #A28E48 Luxor Gold

📋 copy color: '#A28E48'

red 162 ◦ green 142 ◦ blue 72

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

Shades of Luxor Gold #A28E48

Tints of Luxor Gold #A28E48

RGB

 RED value IS 162 (63.67% from 255) = 43.09%

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

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

R = 43.09%
G = 37.77%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A28E48 (or 0xA28E48) is known color: Luxor Gold. HEX triplet: A2, 8E and 48. RGB value is (162,142,72). Sum of RGB (Red+Green+Blue) = 162+142+72=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E48 is #5D71B7. Grayscale: #8C8C8C. Windows color (decimal): -6123960 or 4755106. OLE color: 4755106.

HSL color Cylindrical-coordinate representation of color #A28E48: hue angle of 46.67º degrees, saturation: 0.38, 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 #A28E48 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 72 -
CMYK 0 0.12 0.56 0.36
HSL 46.67º 0.38% 0.46% -
HSV(B) 46.67º 0.56% 0.64% -
XYZ 25.74 27.5 10.08 -
YUV 140 89.63 143.69 -
System Red Green Blue C M Y K H S L
Decimal 162 142 72 0 0.12 0.56 0.36 46.67 0.38 0.46
Hex A2 8E 48 0 C 38 24 2F 26 2E
Octal 242 216 110 0 14 70 44 57 46 56
Binary 10100010 10001110 1001000 0 1100 111000 100100 101111 100110 101110

Color Harmonies of #A28E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E48

Black with #A28E48

Text Example


Text Example

White with #A28E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E48; }

 p { color: rgb(162,142,72); }

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

background-color css

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

 a { background-color: rgb(162,142,72); }

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

border-color css

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

 span { border-color: rgb(162,142,72); }

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