Html Css Color HEX #A28949 Luxor Gold

📋 copy color: '#A28949'

red 162 ◦ green 137 ◦ blue 73

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

Shades of Luxor Gold #A28949

Tints of Luxor Gold #A28949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.83%

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

R = 43.55%
G = 36.83%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A28949 (or 0xA28949) is known color: Luxor Gold. HEX triplet: A2, 89 and 49. RGB value is (162,137,73). Sum of RGB (Red+Green+Blue) = 162+137+73=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28949 is #5D76B6. Grayscale: #898989. Windows color (decimal): -6125239 or 4819362. OLE color: 4819362.

HSL color Cylindrical-coordinate representation of color #A28949: hue angle of 43.15º 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 #A28949 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 73 -
CMYK 0 0.15 0.55 0.36
HSL 43.15º 0.38% 0.46% -
HSV(B) 43.15º 0.55% 0.64% -
XYZ 25.05 26.05 10.01 -
YUV 137.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 162 137 73 0 0.15 0.55 0.36 43.15 0.38 0.46
Hex A2 89 49 0 F 37 24 2B 26 2E
Octal 242 211 111 0 17 67 44 53 46 56
Binary 10100010 10001001 1001001 0 1111 110111 100100 101011 100110 101110

Color Harmonies of #A28949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28949

Black with #A28949

Text Example


Text Example

White with #A28949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28949; }

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

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

background-color css

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

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

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

border-color css

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

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

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