Html Css Color HEX #A28641 Luxor Gold

📋 copy color: '#A28641'

red 162 ◦ green 134 ◦ blue 65

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

Shades of Luxor Gold #A28641

Tints of Luxor Gold #A28641

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 65 (25.78% from 255) = 18.01%

R = 44.88%
G = 37.12%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A28641 (or 0xA28641) is known color: Luxor Gold. HEX triplet: A2, 86 and 41. RGB value is (162,134,65). Sum of RGB (Red+Green+Blue) = 162+134+65=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A28641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28641 is #5D79BE. Grayscale: #868686. Windows color (decimal): -6126015 or 4294306. OLE color: 4294306.

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

Color convert

RGB 162 134 65 -
CMYK 0 0.17 0.60 0.36
HSL 42.68º 0.43% 0.45% -
HSV(B) 42.68º 0.6% 0.64% -
XYZ 24.38 25.11 8.56 -
YUV 134.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 162 134 65 0 0.17 0.60 0.36 42.68 0.43 0.45
Hex A2 86 41 0 11 3C 24 2B 2B 2D
Octal 242 206 101 0 21 74 44 53 53 55
Binary 10100010 10000110 1000001 0 10001 111100 100100 101011 101011 101101

Color Harmonies of #A28641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28641

Black with #A28641

Text Example


Text Example

White with #A28641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28641; }

 p { color: rgb(162,134,65); }

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

background-color css

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

 a { background-color: rgb(162,134,65); }

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

border-color css

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

 span { border-color: rgb(162,134,65); }

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