Html Css Color HEX #A28540 Luxor Gold

📋 copy color: '#A28540'

red 162 ◦ green 133 ◦ blue 64

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

Shades of Luxor Gold #A28540

Tints of Luxor Gold #A28540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 45.13%
G = 37.05%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28540 (or 0xA28540) is known color: Luxor Gold. HEX triplet: A2, 85 and 40. RGB value is (162,133,64). Sum of RGB (Red+Green+Blue) = 162+133+64=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A28540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28540 is #5D7ABF. Grayscale: #868686. Windows color (decimal): -6126272 or 4228514. OLE color: 4228514.

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

Color convert

RGB 162 133 64 -
CMYK 0 0.18 0.60 0.36
HSL 42.24º 0.43% 0.44% -
HSV(B) 42.24º 0.6% 0.64% -
XYZ 24.21 24.83 8.37 -
YUV 133.81 88.61 148.11 -
System Red Green Blue C M Y K H S L
Decimal 162 133 64 0 0.18 0.60 0.36 42.24 0.43 0.44
Hex A2 85 40 0 12 3C 24 2A 2B 2C
Octal 242 205 100 0 22 74 44 52 53 54
Binary 10100010 10000101 1000000 0 10010 111100 100100 101010 101011 101100

Color Harmonies of #A28540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28540

Black with #A28540

Text Example


Text Example

White with #A28540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28540; }

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

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

background-color css

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

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

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

border-color css

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

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

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