Html Css Color HEX #A28840 Luxor Gold

📋 copy color: '#A28840'

red 162 ◦ green 136 ◦ blue 64

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

Shades of Luxor Gold #A28840

Tints of Luxor Gold #A28840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

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

R = 44.75%
G = 37.57%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28840 (or 0xA28840) is known color: Luxor Gold. HEX triplet: A2, 88 and 40. RGB value is (162,136,64). Sum of RGB (Red+Green+Blue) = 162+136+64=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A28840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28840 is #5D77BF. Grayscale: #878787. Windows color (decimal): -6125504 or 4229282. OLE color: 4229282.

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

Color convert

RGB 162 136 64 -
CMYK 0 0.16 0.60 0.36
HSL 44.08º 0.43% 0.44% -
HSV(B) 44.08º 0.6% 0.64% -
XYZ 24.63 25.66 8.51 -
YUV 135.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 162 136 64 0 0.16 0.60 0.36 44.08 0.43 0.44
Hex A2 88 40 0 10 3C 24 2C 2B 2C
Octal 242 210 100 0 20 74 44 54 53 54
Binary 10100010 10001000 1000000 0 10000 111100 100100 101100 101011 101100

Color Harmonies of #A28840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28840

Black with #A28840

Text Example


Text Example

White with #A28840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28840; }

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

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

background-color css

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

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

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

border-color css

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

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

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