Html Css Color HEX #A28A49 Luxor Gold

📋 copy color: '#A28A49'

red 162 ◦ green 138 ◦ blue 73

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

Shades of Luxor Gold #A28A49

Tints of Luxor Gold #A28A49

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

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

R = 43.43%
G = 37%
B = 19.57%

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

#A28A49 (or 0xA28A49) is known color: Luxor Gold. HEX triplet: A2, 8A and 49. RGB value is (162,138,73). Sum of RGB (Red+Green+Blue) = 162+138+73=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A49 is #5D75B6. Grayscale: #8A8A8A. Windows color (decimal): -6124983 or 4819618. OLE color: 4819618.

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

Color convert

RGB 162 138 73 -
CMYK 0 0.15 0.55 0.36
HSL 43.82º 0.38% 0.46% -
HSV(B) 43.82º 0.55% 0.64% -
XYZ 25.19 26.34 10.06 -
YUV 137.77 91.45 145.29 -
System Red Green Blue C M Y K H S L
Decimal 162 138 73 0 0.15 0.55 0.36 43.82 0.38 0.46
Hex A2 8A 49 0 F 37 24 2C 26 2E
Octal 242 212 111 0 17 67 44 54 46 56
Binary 10100010 10001010 1001001 0 1111 110111 100100 101100 100110 101110

Color Harmonies of #A28A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28A49

Black with #A28A49

Text Example


Text Example

White with #A28A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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