Html Css Color HEX #A28440 Luxor Gold

📋 copy color: '#A28440'

red 162 ◦ green 132 ◦ blue 64

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

Shades of Luxor Gold #A28440

Tints of Luxor Gold #A28440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 45.25%
G = 36.87%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28440 (or 0xA28440) is known color: Luxor Gold. HEX triplet: A2, 84 and 40. RGB value is (162,132,64). Sum of RGB (Red+Green+Blue) = 162+132+64=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A28440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28440 is #5D7BBF. Grayscale: #858585. Windows color (decimal): -6126528 or 4228258. OLE color: 4228258.

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

Color convert

RGB 162 132 64 -
CMYK 0 0.19 0.60 0.36
HSL 41.63º 0.43% 0.44% -
HSV(B) 41.63º 0.6% 0.64% -
XYZ 24.08 24.55 8.32 -
YUV 133.22 88.94 148.53 -
System Red Green Blue C M Y K H S L
Decimal 162 132 64 0 0.19 0.60 0.36 41.63 0.43 0.44
Hex A2 84 40 0 13 3C 24 2A 2B 2C
Octal 242 204 100 0 23 74 44 52 53 54
Binary 10100010 10000100 1000000 0 10011 111100 100100 101010 101011 101100

Color Harmonies of #A28440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28440

Black with #A28440

Text Example


Text Example

White with #A28440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28440; }

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

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

background-color css

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

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

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

border-color css

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

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

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