Html Css Color HEX #A28940 Luxor Gold

📋 copy color: '#A28940'

red 162 ◦ green 137 ◦ blue 64

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

Shades of Luxor Gold #A28940

Tints of Luxor Gold #A28940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.63%

R = 44.63%
G = 37.74%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28940 (or 0xA28940) is known color: Luxor Gold. HEX triplet: A2, 89 and 40. RGB value is (162,137,64). Sum of RGB (Red+Green+Blue) = 162+137+64=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28940 is #5D76BF. Grayscale: #888888. Windows color (decimal): -6125248 or 4229538. OLE color: 4229538.

HSL color Cylindrical-coordinate representation of color #A28940: hue angle of 44.69º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28940 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 64 -
CMYK 0 0.15 0.60 0.36
HSL 44.69º 0.43% 0.44% -
HSV(B) 44.69º 0.6% 0.64% -
XYZ 24.77 25.94 8.55 -
YUV 136.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 162 137 64 0 0.15 0.60 0.36 44.69 0.43 0.44
Hex A2 89 40 0 F 3C 24 2D 2B 2C
Octal 242 211 100 0 17 74 44 55 53 54
Binary 10100010 10001001 1000000 0 1111 111100 100100 101101 101011 101100

Color Harmonies of #A28940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28940

Black with #A28940

Text Example


Text Example

White with #A28940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28940; }

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

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

background-color css

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

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

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

border-color css

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

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

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