Html Css Color HEX #A2893F Luxor Gold

📋 copy color: '#A2893F'

red 162 ◦ green 137 ◦ blue 63

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

Shades of Luxor Gold #A2893F

Tints of Luxor Gold #A2893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.4%

R = 44.75%
G = 37.85%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2893F (or 0xA2893F) is known color: Luxor Gold. HEX triplet: A2, 89 and 3F. RGB value is (162,137,63). Sum of RGB (Red+Green+Blue) = 162+137+63=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 162 - color contains mainly: red. Hex color #A2893F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2893F is #5D76C0. Grayscale: #888888. Windows color (decimal): -6125249 or 4164002. OLE color: 4164002.

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

Color convert

RGB 162 137 63 -
CMYK 0 0.15 0.61 0.36
HSL 44.85º 0.44% 0.44% -
HSV(B) 44.85º 0.61% 0.64% -
XYZ 24.74 25.93 8.4 -
YUV 136.04 86.78 146.52 -
System Red Green Blue C M Y K H S L
Decimal 162 137 63 0 0.15 0.61 0.36 44.85 0.44 0.44
Hex A2 89 3F 0 F 3D 24 2D 2C 2C
Octal 242 211 77 0 17 75 44 55 54 54
Binary 10100010 10001001 111111 0 1111 111101 100100 101101 101100 101100

Color Harmonies of #A2893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2893F

Black with #A2893F

Text Example


Text Example

White with #A2893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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