Html Css Color HEX #A2893E Luxor Gold

📋 copy color: '#A2893E'

red 162 ◦ green 137 ◦ blue 62

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

Shades of Luxor Gold #A2893E

Tints of Luxor Gold #A2893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 44.88%
G = 37.95%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2893E (or 0xA2893E) is known color: Luxor Gold. HEX triplet: A2, 89 and 3E. RGB value is (162,137,62). Sum of RGB (Red+Green+Blue) = 162+137+62=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A2893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2893E is #5D76C1. Grayscale: #888888. Windows color (decimal): -6125250 or 4098466. OLE color: 4098466.

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

Color convert

RGB 162 137 62 -
CMYK 0 0.15 0.62 0.36
HSL 45º 0.45% 0.44% -
HSV(B) 45º 0.62% 0.64% -
XYZ 24.72 25.92 8.26 -
YUV 135.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 162 137 62 0 0.15 0.62 0.36 45 0.45 0.44
Hex A2 89 3E 0 F 3E 24 2D 2D 2C
Octal 242 211 76 0 17 76 44 55 55 54
Binary 10100010 10001001 111110 0 1111 111110 100100 101101 101101 101100

Color Harmonies of #A2893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2893E

Black with #A2893E

Text Example


Text Example

White with #A2893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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