Html Css Color HEX #A28C49 Luxor Gold

📋 copy color: '#A28C49'

red 162 ◦ green 140 ◦ blue 73

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

Shades of Luxor Gold #A28C49

Tints of Luxor Gold #A28C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

 BLUE value IS 73 (28.91% from 255) = 19.47%

R = 43.2%
G = 37.33%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A28C49 (or 0xA28C49) is known color: Luxor Gold. HEX triplet: A2, 8C and 49. RGB value is (162,140,73). Sum of RGB (Red+Green+Blue) = 162+140+73=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C49 is #5D73B6. Grayscale: #8B8B8B. Windows color (decimal): -6124471 or 4820130. OLE color: 4820130.

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

Color convert

RGB 162 140 73 -
CMYK 0 0.14 0.55 0.36
HSL 45.17º 0.38% 0.46% -
HSV(B) 45.17º 0.55% 0.64% -
XYZ 25.48 26.92 10.16 -
YUV 138.94 90.79 144.45 -
System Red Green Blue C M Y K H S L
Decimal 162 140 73 0 0.14 0.55 0.36 45.17 0.38 0.46
Hex A2 8C 49 0 E 37 24 2D 26 2E
Octal 242 214 111 0 16 67 44 55 46 56
Binary 10100010 10001100 1001001 0 1110 110111 100100 101101 100110 101110

Color Harmonies of #A28C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C49

Black with #A28C49

Text Example


Text Example

White with #A28C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C49; }

 p { color: rgb(162,140,73); }

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

background-color css

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

 a { background-color: rgb(162,140,73); }

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

border-color css

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

 span { border-color: rgb(162,140,73); }

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